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