typings.d.ts 226 Bytes Edit Raw Blame History 1 2 3 4 5 6 // Typings reference file, see links for more information // https://github.com/typings/typings // https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html declare var System: any; declare var require: any;