.. | ||
---|---|---|
index.js | [add] server:lib:node_modules | 2021-03-08 23:52:07 |
license | [add] server:lib:node_modules | 2021-03-08 23:52:07 |
package.json | [add] server:lib:node_modules | 2021-03-08 23:52:07 |
readme.md | [add] server:lib:node_modules | 2021-03-08 23:52:07 |
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