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
Sorting:
- Strip UTF-8 byte order mark (BOM)☆20Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 2 months ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Create an array without duplicates☆71Updated 4 years ago
- A simple way to extract out all the contents of a .gitconfig file and return as JSON☆25Updated 4 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- Create a relative URL with options to minify.☆56Updated 4 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Repeat a string - fast☆34Updated 4 years ago
- Check if a value is a function☆27Updated 4 years ago
- Get available v8 and Node.js flags.☆57Updated last year
- A tool for respawning node binaries when special flags are present.☆21Updated 3 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 7 years ago
- Check if a file is executable☆30Updated 6 years ago
- Array.prototype.includes spec-compliant polyfill☆43Updated last year
- Check if a path is a file, directory, or symlink☆78Updated 9 months ago
- Split a string at one or more indices☆23Updated 4 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
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 4 years ago
- Property descriptor factory☆42Updated last year
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- The score badge service for https://npms.io☆35Updated 6 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Add AVA to your project☆15Updated 4 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆66Updated 2 months ago