陈鹏铭 3283bca5a2 1 hai 8 meses
..
index.js fe36a53a7d 首次提交 hai 8 meses
license fe36a53a7d 首次提交 hai 8 meses
package.json 3283bca5a2 1 hai 8 meses
readme.md fe36a53a7d 首次提交 hai 8 meses

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