mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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;
|