Files
ionic-framework/packages/demos/angular/src/typings.d.ts
2017-12-05 16:51:42 -06:00

6 lines
104 B
TypeScript

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