陈鹏铭 ac63ce6cb5 首次提交 hace 1 año
..
index.js ac63ce6cb5 首次提交 hace 1 año
license ac63ce6cb5 首次提交 hace 1 año
package.json ac63ce6cb5 首次提交 hace 1 año
readme.md ac63ce6cb5 首次提交 hace 1 año

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