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