PeerTube/client/src/typings.d.ts

7 lines
103 B
TypeScript

/* SystemJS module definition */
declare var module: NodeModule
interface NodeModule {
id: string
}