]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/typings.d.ts
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
CommitLineData
63c4db6d 1/* SystemJS module definition */
c199c427
C
2declare var module: NodeModule
3
63c4db6d 4interface NodeModule {
c199c427 5 id: string
63c4db6d 6}
369e7754
C
7
8declare module 'markdown-it-emoji/light'