warrior 66f00d63c9 created page hai 5 meses
..
LICENSE-MIT.txt 66f00d63c9 created page hai 5 meses
README.md 66f00d63c9 created page hai 5 meses
fromcodepoint.js 66f00d63c9 created page hai 5 meses
package.json 66f00d63c9 created page hai 5 meses

README.md

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.

The tests for this repository are now used by Mozilla, to help ensure their native String.fromCodePoint implementation is correct.

Author

twitter/mathias
Mathias Bynens

License

This polyfill is available under the MIT license.