]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - typings.d.ts
ad21fdedf335781cf15fd487107b7b2ba22a6537
[github/Chocobozzz/PeerTube.git] / typings.d.ts
1 /* SystemJS module definition */
2 // eslint-disable-next-line no-var
3 declare var module: NodeModule
4
5 interface NodeModule {
6 id: string
7 }
8
9 declare module 'markdown-it-emoji/light'