]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/typings.d.ts
9615434ac686445331e67f8942a880f4a5dbfb2e
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
1 /* SystemJS module definition */
2 declare var module: NodeModule;
3 interface NodeModule {
4 id: string;
5 [key: string]: any
6 }