mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
* add ES2019 Object.fromEntries function * add some comments * apply suggested changes * add readonly and general any
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
/// <reference lib="es2018" />
|
|
/// <reference lib="es2019.array" />
|
|
/// <reference lib="es2019.object" />
|
|
/// <reference lib="es2019.string" />
|
|
/// <reference lib="es2019.symbol" />
|