Illia Kozyr c722a49f64 React Project DONE 1 year ago
..
index.js c722a49f64 React Project DONE 1 year ago
license c722a49f64 React Project DONE 1 year ago
package.json c722a49f64 React Project DONE 1 year ago
readme.md c722a49f64 React Project DONE 1 year ago

readme.md

code-point-at Build Status

ES2015 String#codePointAt() ponyfill

Install

$ npm install --save code-point-at

Usage

var codePointAt = require('code-point-at');

codePointAt('🐴');
//=> 128052

codePointAt('abc', 2);
//=> 99

API

codePointAt(input, [position])

License

MIT © Sindre Sorhus