Socialify

Folder ..

Viewing typings.d.ts
9 lines (9 loc) • 163.0 B

1
2
3
4
5
6
7
8
9
/* SystemJS module definition */
declare const nodeModule: NodeModule;
interface NodeModule {
  id: string;
}
interface Window {
  process: any;
  require: any;
}