Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 6 years ago
..
index.js 0611418f7a added whole system from ola4doc 6 years ago
license 0611418f7a added whole system from ola4doc 6 years ago
package.json cefd1c2ad0 updated sys and created publi 6 years ago
readme.md 0611418f7a added whole system from ola4doc 6 years ago

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