|
||||
---|---|---|---|---|
.. | ||||
index.js | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
license | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
package.json | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
readme.md | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) |
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