medikoo / es6-mapLinks
Map collection as specified in ECMAScript6
☆73Updated 4 years ago
Alternatives and similar repositories for es6-map
Users that are interested in es6-map are comparing it to the libraries listed below
Sorting:
- Create an array without duplicates☆74Updated 4 years ago
- Environment agnostic nextTick polyfill☆75Updated 4 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Array.prototype.includes spec-compliant polyfill☆43Updated last week
- resolve function which support the browser field in package.json☆102Updated last year
- Check if something is a promise☆46Updated 4 years ago
- ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim☆106Updated last week
- Compose promise-returning & async functions into a reusable pipeline☆127Updated 4 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- random string generator☆28Updated 6 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Cross-browser `CustomEvent` constructor☆99Updated 9 years ago
- Import a globally installed module☆59Updated 2 years ago
- Tests whether one path is inside another path☆43Updated 5 years ago
- Resolve URL pathnames using JavaScript☆64Updated 4 years ago
- Locate a program or locally installed node module's executable☆78Updated 9 years ago
- Write data to a random temporary file☆108Updated last year
- Add `module.exports` for Babel and TypeScript compiled code☆36Updated last year
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last week
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome