UNPKG
es-suite
Version:
latest (1.1.1)
1.1.1
1.0.0
ES helper functions from ES5 shim with no dependencies
es-suite
/
CHANGELOG.md
6 lines
(4 loc)
•
259 B
Markdown
View Raw
1
2
3
4
5
6
Version
1.1
.1
(
1
June
2025
):
Added
`isWindow`
helper
function
.
Exposed
`ToSoftInteger`
helper
function
.
Minor
fix
: ensure
`isArguments`
always returns an explicit
boolean
, rather than situationally
implicit
:
`&& value`
becomes
`&& !!value`
.