kaka cc403a83fd 热更功能跑通 5 lat temu
..
index.js cc403a83fd 热更功能跑通 5 lat temu
license cc403a83fd 热更功能跑通 5 lat temu
package.json cc403a83fd 热更功能跑通 5 lat temu
readme.md cc403a83fd 热更功能跑通 5 lat temu

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