APPLE 40fd72a105 wesmiler 抢表商城 il y a 3 ans
..
index.js 40fd72a105 wesmiler 抢表商城 il y a 3 ans
license 40fd72a105 wesmiler 抢表商城 il y a 3 ans
package.json 40fd72a105 wesmiler 抢表商城 il y a 3 ans
readme.md 40fd72a105 wesmiler 抢表商城 il y a 3 ans

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