mathiasbynens / String.prototype.endsWith
A robust & optimized ES3-compatible polyfill for the `String.prototype.endsWith` method in ECMAScript 6.
☆36Updated last year
Alternatives and similar repositories for String.prototype.endsWith:
Users that are interested in String.prototype.endsWith are comparing it to the libraries listed below
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Strip UTF-8 byte order mark (BOM)☆20Updated 3 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 2 years ago
- Sort the keys in an object.☆37Updated 5 years ago
- Check if a value is a function☆27Updated 3 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Add `module.exports` for Babel and TypeScript compiled code☆35Updated 10 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 7 months ago
- Check if a path is a file, directory, or symlink☆78Updated 7 months ago
- A simple way to extract out all the contents of a .gitconfig file and return as JSON☆25Updated 4 years ago
- A list of directories you should ignore by default☆23Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Updated 4 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 3 years ago
- Create a relative URL with options to minify.☆56Updated 4 years ago
- Create tarball from files☆29Updated last year
- Rename a function☆46Updated last year
- Check if a file path is a compressed file☆17Updated 10 months ago
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 years ago
- Mimic a Node.js HTTP response stream☆59Updated last year
- The score badge service for https://npms.io☆35Updated 6 years ago
- Create an array without duplicates☆70Updated 3 years ago
- Check if something is a generator function☆22Updated 2 years ago
- Get the callsite of the caller function☆52Updated 3 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- A better `Promise.race()`☆46Updated 2 years ago
- Turn an object into a string of HTML attributes☆49Updated last year
- url.parse() with support for protocol-less URLs & IPs☆52Updated 3 years ago
- Get available v8 and Node.js flags.☆56Updated last year