Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | před 6 roky | |
---|---|---|
.. | ||
index.js | před 7 roky | |
license | před 7 roky | |
package.json | před 6 roky | |
readme.md | před 7 roky |
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