caoge c760052ff9 机车状态修改 | hai 8 meses | |
---|---|---|
.. | ||
index.js | hai 8 meses | |
license | hai 8 meses | |
package.json | hai 8 meses | |
readme.md | hai 8 meses |
ES2015
String#codePointAt()
ponyfill
$ npm install --save code-point-at
var codePointAt = require('code-point-at');
codePointAt('🐴');
//=> 128052
codePointAt('abc', 2);
//=> 99
MIT © Sindre Sorhus