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

7 lines
103 B
TypeScript
Raw Normal View History

2017-12-11 11:36:46 -05:00
/* SystemJS module definition */
2018-10-18 08:35:31 -04:00
declare var module: NodeModule
2017-12-11 11:36:46 -05:00
interface NodeModule {
2018-10-18 08:35:31 -04:00
id: string
2017-12-11 11:36:46 -05:00
}