Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi il y a 6 ans
..
index.js 0611418f7a added whole system from ola4doc il y a 7 ans
license 0611418f7a added whole system from ola4doc il y a 7 ans
package.json cefd1c2ad0 updated sys and created publi il y a 6 ans
readme.md 0611418f7a added whole system from ola4doc il y a 7 ans

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