ES2015
String#codePointAt()
ponyfill
Install
$ npm install --save code-point-at
Usage
var codePointAt = require('code-point-at');
codePointAt('🐴');
//=> 128052
codePointAt('abc', 2);
//=> 99
API
codePointAt(input, [position])
License
MIT
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
index.js | restyling funzionalità 1 iOS | |
license | restyling funzionalità 1 iOS | |
package.json | restyling funzionalità 1 iOS | |
readme.md | restyling funzionalità 1 iOS |
ES2015
String#codePointAt()
ponyfill
$ npm install --save code-point-at
var codePointAt = require('code-point-at');
codePointAt('🐴');
//=> 128052
codePointAt('abc', 2);
//=> 99
MIT