kevlatus / polyfill-array-includes
This is a polyfill for the Array.prototype.includes method based on the code from MDN.
☆16Updated 4 years ago
Alternatives and similar repositories for polyfill-array-includes:
Users that are interested in polyfill-array-includes are comparing it to the libraries listed below
- Manage webpack config like a boss.☆42Updated 3 years ago
- Recursively iterates over collections arrays and objects☆35Updated 4 years ago
- Like `extend` but recursively copies only the missing properties/values to the target object.☆25Updated 5 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated 4 years ago
- Array.prototype.includes spec-compliant polyfill☆43Updated last year
- Check if a URL is absolute☆79Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆59Updated 9 months ago
- Regular expression for matching file names, with or without extension.☆33Updated 7 years ago
- Simple RFC 6838 media type parser and formatter☆55Updated 11 months ago
- Temporary files and dirs for Node.js☆68Updated 9 months ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Compile and resolve template strings notation as specified in ES6☆79Updated 2 years ago
- Convert HTML entities to HTML characters, e.g. `>` => `>`.☆39Updated 3 years ago
- A plugin which allows you to run a full instance of TSLint within ESLint☆21Updated 6 years ago
- PostHTML for Webpack☆42Updated 4 years ago
- Helper for building generic names, similar to webpack☆15Updated 2 years ago
- capitalize a string, or all words in a string☆39Updated 3 years ago
- ECMAScript 6 Object.assign() polyfill and ponyfill☆56Updated 8 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆23Updated 3 months ago
- An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.☆32Updated 4 months ago
- Add `module.exports` for Babel and TypeScript compiled code☆35Updated 11 months ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- [Deprecated] JSON5 loader for Webpack (can still be used for webpack 4)☆71Updated 4 years ago
- Import a module like with `require()` but from a given path