1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-02 14:29:55 +00:00
TiddlyWiki5/types/tw.d.ts
2024-09-12 17:52:38 +08:00

8 lines
107 B
TypeScript

import * as Wiki from '$:/core/modules/wiki';
declare global {
var $tw: {
wiki: typeof Wiki;
};
}