陈鹏铭 ac63ce6cb5 首次提交 1 рік тому
..
index.js ac63ce6cb5 首次提交 1 рік тому
license ac63ce6cb5 首次提交 1 рік тому
package.json ac63ce6cb5 首次提交 1 рік тому
readme.md ac63ce6cb5 首次提交 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