robert2206 8ad867f7a5 commit inicial пре 8 година
..
index.js 8ad867f7a5 commit inicial пре 8 година
license 8ad867f7a5 commit inicial пре 8 година
package.json 8ad867f7a5 commit inicial пре 8 година
readme.md 8ad867f7a5 commit inicial пре 8 година

readme.md

code-point-at Build Status

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 © Sindre Sorhus