Sengi-Windows-MacOS-Linux/src/typings.d.ts

6 lines
104 B
TypeScript
Raw Normal View History

2018-03-15 01:48:52 +01:00
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}