JSPM

string.fromcodepoint

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1257148
  • Score
    100M100P100Q223226F

A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.

Package Exports

  • string.fromcodepoint

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (string.fromcodepoint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ES6 String.fromCodePoint polyfill Build status

An robust & optimized ES3-compatible polyfill for the String.fromCodePoint method in ECMAScript 6.

Other polyfills for String.fromCodePoint are available:

Installation

In a browser:

<script src="fromcodepoint.js"></script>

Via npm:

npm install string.fromcodepoint

Then, in Node.js:

require('string.fromcodepoint');

// On Windows and on Mac systems with default settings, case doesn’t matter,
// which allows you to do this instead:
require('String.fromCodePoint');

Notes

A polyfill + test suite for String.prototype.codePointAt is available, too.

Author

twitter/mathias
Mathias Bynens

License

This polyfill is available under the MIT license.