https://github.com/Microsoft/TypeScript
Raw File
Tip revision: b28e3b09dcce0e0d9100336c55a3ec27a3eabf41 authored by Mohamed Hegazy on 23 March 2018, 22:09:55 UTC
Update LKG
Tip revision: b28e3b0
es2015.d.ts
/// <reference path="lib.es2015.core.d.ts" />
/// <reference path="lib.es2015.collection.d.ts" />
/// <reference path="lib.es2015.generator.d.ts" />
/// <reference path="lib.es2015.promise.d.ts" />
/// <reference path="lib.es2015.iterable.d.ts" />
/// <reference path="lib.es2015.proxy.d.ts" />
/// <reference path="lib.es2015.reflect.d.ts" />
/// <reference path="lib.es2015.symbol.d.ts" />
/// <reference path="lib.es2015.symbol.wellknown.d.ts" />
/// <reference path="lib.es5.d.ts" />
back to top