kaka cc403a83fd 热更功能跑通 il y a 5 ans
..
index.js cc403a83fd 热更功能跑通 il y a 5 ans
license cc403a83fd 热更功能跑通 il y a 5 ans
package.json cc403a83fd 热更功能跑通 il y a 5 ans
readme.md cc403a83fd 热更功能跑通 il y a 5 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