mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Add it to a common .d.ts. Prevents closure from complaining of duplicate declarations when compiled using tsickle to generate externs.
4 lines
64 B
TypeScript
4 lines
64 B
TypeScript
/**
|
|
* Dummy typings for systemjs.
|
|
*/
|
|
declare var System: any;
|