mathiasbynens / String.prototype.codePointAtLinks
A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.
☆55Updated 9 months ago
Alternatives and similar repositories for String.prototype.codePointAt
Users that are interested in String.prototype.codePointAt are comparing it to the libraries listed below
Sorting:
- A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.☆62Updated last year
- Create a relative URL with options to minify.☆56Updated 4 years ago
- [DEPRECATED] Like Node.js’ `path.resolve`/`url.resolve` for the browser.☆54Updated 2 years ago
- A robust & optimized ES3-compatible polyfill for the `String.prototype.endsWith` method in ECMAScript 6.☆36Updated last year
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- API contract, and rudimentary tests, for modules that conform to the *es-shim API*☆80Updated 7 months ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated last year
- Array.prototype.includes spec-compliant polyfill☆43Updated last month
- Parsing the JavaScript's RegExp in JavaScript.☆81Updated 8 months ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- Determine if an object is a Buffer☆90Updated 3 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Check if a path is a file, directory, or symlink☆78Updated 11 months ago
- Detect the dominant newline character of a string☆55Updated last year
- AST recursive visitor☆79Updated 2 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- This module has moved and is now available at @rollup/plugin-inject / https://github.com/rollup/plugins/blob/master/packages/inject☆77Updated 3 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- string representations of objects in node and the browser☆152Updated 5 months ago
- identifies which modules your script is using☆67Updated 9 years ago
- Simple RFC 6838 media type parser and formatter☆57Updated 2 weeks ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 4 months ago
- Strip block comments or line comments from JavaScript code.☆117Updated last year
- Get available v8 and Node.js flags.☆57Updated last year
- Is the typeof value a javascript primitive?☆37Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of…☆78Updated 7 months ago