Illia Kozyr c722a49f64 React Project DONE | 2 년 전 | |
---|---|---|
.. | ||
index.js | 2 년 전 | |
license | 2 년 전 | |
package.json | 2 년 전 | |
readme.md | 2 년 전 |
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