]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - typings.d.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / typings.d.ts
... / ...
CommitLineData
1/* SystemJS module definition */
2// eslint-disable-next-line no-var
3declare var module: NodeModule
4
5interface NodeModule {
6 id: string
7}
8
9declare module 'markdown-it-emoji/light'