2019-09-13 11:27:52 +07:00
..
2019-09-13 11:27:52 +07:00
2019-09-13 11:27:52 +07:00
2019-09-13 11:27:52 +07:00
2019-09-13 11:27:52 +07:00

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