mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-12 11:10:27 +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;
|
||
|
};
|
||
|
}
|