|
|
||||
|---|---|---|---|---|
| .. | ||||
| index.js | 11e3a9652a | 7 years ago | ||
| license | 11e3a9652a | 7 years ago | ||
| package.json | 11e3a9652a | 7 years ago | ||
| readme.md | 11e3a9652a | 7 years ago | ||
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