3466232f8b
Add it to a common .d.ts. Prevents closure from complaining of duplicate declarations when compiled using tsickle to generate externs.
5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
/**
|
|
* Dummy typings for systemjs.
|
|
*/
|
|
declare var System: any;
|