chuwanghui 6d115466a5 electron库 | il y a 6 ans | |
---|---|---|
.. | ||
index.js | il y a 6 ans | |
license | il y a 6 ans | |
package.json | il y a 6 ans | |
readme.md | il y a 6 ans |
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