]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/typings.d.ts
add the comment from https://github.com/Chocobozzz/PeerTube/pull/617/files#diff-5003d...
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
... / ...
CommitLineData
1/* SystemJS module definition */
2declare var module: NodeModule;
3interface NodeModule {
4 id: string;
5}