@better-typescript-lib/es2018
Advanced tools
Changelog
v2.2.0
4.9.3
.Function#bind
and several Object
method typings. (https://github.com/uhyo/better-typescript-lib/pull/16)Object#hasOwnProperty
and Object.hasOwn
typings. (https://github.com/uhyo/better-typescript-lib/issues/13)Number
static methods because they affected soundness. (https://github.com/uhyo/better-typescript-lib/issues/14)Changelog
v2.1.0
4.6.4
.Object.property.hasOwnProperty
and Object.hasOwn
. (https://github.com/uhyo/better-typescript-lib/issues/4)JSON.stringify
so that its return type includes undefined
when possible. (https://github.com/uhyo/better-typescript-lib/issues/6)filter
, every
and some
now must return a value of boolean
type. (https://github.com/uhyo/better-typescript-lib/issues/7)Changelog
v2.0.0
4.5.2
.JSON.stringify
type definitions and removed ReadonlyJSONValue
type. (https://github.com/uhyo/better-typescript-lib/issues/5)