JSPM

es-suite

1.1.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 9
    • Score
      100M100P100Q24430F
    • License MIT

    ES helper functions from ES5 shim with no dependencies

    Package Exports

    • es-suite
    • es-suite/ES.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (es-suite) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Minimalistic helper library of ES is and to functions from ES5-shim with no dependencies. Works from ES3+

    Defines a single self-contained object, ES, that can be inlined as a module in any script without external dependencies. The functions defined therein are ~40% more performant than the eponymous npm es-shim methods, and take up half the filesize.

    Axiomatic functions, accessed by ES.{function name}:

    is, isActualNaN, isArguments, isArray, isCallable, isDDA, isES6ClassFn, isPrimitive, isNullish, isString, isRegex, isWindow, ToObject, ToNumber, ToUint32, ToInteger, ToPrimitive, ToSoftInteger