1
0
Fork 0
peertube/client/src/typings.d.ts

6 lines
104 B
TypeScript
Raw Normal View History

2017-12-11 16:36:46 +00:00
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}