1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-03 14:59:57 +00:00
TiddlyWiki5/types/tw.d.ts

8 lines
107 B
TypeScript
Raw Normal View History

2024-09-10 08:13:59 +00:00
import * as Wiki from '../core/modules/wiki';
declare global {
var $tw: {
wiki: typeof Wiki;
};
}