Blame view

src/typings.d.ts 104 Bytes
aeb06133   Angular CLI   chore: initial co...
1
2
3
4
5
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}