Zhouyiping 5a7c95461a first commit před 3 dny
..
index.js 5a7c95461a first commit před 3 dny
license 5a7c95461a first commit před 3 dny
package.json 5a7c95461a first commit před 3 dny
readme.md 5a7c95461a first commit před 3 dny

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