]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/typings.d.ts
Translated using Weblate (Czech)
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
CommitLineData
63c4db6d 1/* SystemJS module definition */
9df52d66 2// eslint-disable-next-line no-var
c199c427
C
3declare var module: NodeModule
4
63c4db6d 5interface NodeModule {
c199c427 6 id: string
63c4db6d 7}
369e7754
C
8
9declare module 'markdown-it-emoji/light'