angular-docs-cn/modules/system.d.ts
vikerman 3466232f8b fix(build): Remove duplicate System declarations (#10713)
Add it to a common .d.ts. Prevents closure from complaining of duplicate declarations when compiled using tsickle to generate externs.
2016-08-11 19:37:01 -07:00

5 lines
64 B
TypeScript

/**
* Dummy typings for systemjs.
*/
declare var System: any;