aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/typings.d.ts
blob: 9615434ac686445331e67f8942a880f4a5dbfb2e (plain) (blame)
1
2
3
4
5
6
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
  [key: string]: any
}