JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10075034
  • Score
    100M100P100Q194576F
  • License ISC

JavaScript utilities with respect to emerging standard

Package Exports

  • ext/function/identity
  • ext/function/identity.js
  • ext/global-this
  • ext/global-this/index.js
  • ext/object/clear
  • ext/object/clear.js
  • ext/object/entries
  • ext/object/entries/index.js
  • ext/promise/limit
  • ext/promise/limit.js
  • ext/string/random
  • ext/string/random.js
  • ext/thenable_/finally
  • ext/thenable_/finally.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 (ext) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build status npm version

ext

(Previously known as es5-ext)

JavaScript language extensions (with respect to evolving standard)

Non-standard or soon to be standard language utilities in a future proof, non-invasive form.

Doesn't enforce transpilation step. Where it's applicable utilities/extensions are safe to use in all ES3+ implementations.

Installation

npm install ext

Utilities