pdnsmanager/frontend/src/typings.d.ts

6 lines
104 B
TypeScript
Raw Permalink Normal View History

2018-04-08 13:02:00 +02:00
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}