mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05: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" />
|