blob: ef5c7bd620579296a1290b1a0b04c96d72e57bc6 [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001/* SystemJS module definition */
2declare var module: NodeModule;
3interface NodeModule {
4 id: string;
5}