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 UTF-8 byte order mark (BOM)☆20Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- A simple way to extract out all the contents of a .gitconfig file and return as JSON☆25Updated 4 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Get available v8 and Node.js flags.☆57Updated last year
- Check if a value is a function☆27Updated 3 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Check if a path is a file, directory, or symlink☆78Updated 8 months ago
- Add AVA to your project☆15Updated 4 years ago
- Check if a file path is a compressed file☆17Updated 11 months ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Check if a file is executable☆30Updated 6 years ago
- Expands symbolic links and prints the resolved absolute filepath☆26Updated 11 months ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated last month
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- 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
- A tool for respawning node binaries when special flags are present.☆21Updated 3 years ago
- Create tarball from files☆29Updated last year
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 2 years ago
- Get the callsite of the caller function☆52Updated 3 years ago
- Create an array without duplicates☆71Updated 3 years ago
- Do stuff with Node.js's native JavaScript modules☆31Updated 3 years ago
- Simple zero-dependency Growl notifications using GNTP for Node.☆47Updated 7 years ago
- Prints the current date and time as a UNIX timestamp or custom format☆46Updated 3 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- Check if a file path is a binary file☆44Updated 11 months ago
- Rename a function☆46Updated last year
- url.parse() with support for protocol-less URLs & IPs☆53Updated 3 years ago