5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
/* SystemJS module definition */
|
||
|
declare var module: {
|
||
|
id: string;
|
||
|
};
|