]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/typings.d.ts
Translated using Weblate (Finnish)
[github/Chocobozzz/PeerTube.git] / client / src / 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'