Blame view

src/typings.d.ts 226 Bytes
c680f5b4   Administrator   first commit
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;