hz-zhhq-web/node_modules/code-point-at
zzyuan 304842bddc 前端提交2 2025-02-25 13:44:33 +08:00
..
index.js 前端提交2 2025-02-25 13:44:33 +08:00
license 前端提交2 2025-02-25 13:44:33 +08:00
package.json 前端提交2 2025-02-25 13:44:33 +08:00
readme.md 前端提交2 2025-02-25 13:44:33 +08:00

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