aboutsummaryrefslogtreecommitdiff
path: root/src/typings.d.ts
blob: ef5c7bd620579296a1290b1a0b04c96d72e57bc6 (plain) (blame)
1
2
3
4
5
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}