mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 03:51:47 -06:00
* add promise.prototype.any * add AggregateError * Update src/lib/esnext.promise.d.ts Co-Authored-By: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> * update baseline again Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
/// <reference lib="es2020" />
|
|
/// <reference lib="esnext.intl" />
|
|
/// <reference lib="esnext.string" />
|
|
/// <reference lib="esnext.promise" />
|