Raw File
system.d.ts
/**
 * Dummy typings for systemjs.
 */
declare var System: any;
back to top