UNPKG

es-suite

Version:

ES helper functions from ES5 shim with no dependencies

6 lines (4 loc) 259 B
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`.