@better-typescript-lib/es2016
Advanced tools
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)