]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/typings.d.ts
Translated using Weblate (Kabyle)
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
... / ...
CommitLineData
1/* SystemJS module definition */
2declare var module: NodeModule
3
4interface NodeModule {
5 id: string
6}
7
8declare module 'markdown-it-emoji/light'