pdnsmanager/frontend/src/typings.d.ts

6 lines
104 B
TypeScript
Raw Normal View History

2017-07-23 16:24:52 +02:00
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}