陈鹏铭 25c6cf8178 苏南产业园 管理端 第一次提交 1 anno fa
..
index.js 25c6cf8178 苏南产业园 管理端 第一次提交 1 anno fa
license 25c6cf8178 苏南产业园 管理端 第一次提交 1 anno fa
package.json 25c6cf8178 苏南产业园 管理端 第一次提交 1 anno fa
readme.md 25c6cf8178 苏南产业园 管理端 第一次提交 1 anno fa

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