mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-03 14:59:57 +00:00
8 lines
107 B
TypeScript
8 lines
107 B
TypeScript
|
import * as Wiki from '../core/modules/wiki';
|
||
|
|
||
|
declare global {
|
||
|
var $tw: {
|
||
|
wiki: typeof Wiki;
|
||
|
};
|
||
|
}
|