Illia Kozyr c722a49f64 React Project DONE 1 рік тому
..
index.js c722a49f64 React Project DONE 1 рік тому
license c722a49f64 React Project DONE 1 рік тому
package.json c722a49f64 React Project DONE 1 рік тому
readme.md c722a49f64 React Project DONE 1 рік тому

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