yuanhao b574408fd7 first commit 3 éve
..
index.js b574408fd7 first commit 3 éve
license b574408fd7 first commit 3 éve
package.json b574408fd7 first commit 3 éve
readme.md b574408fd7 first commit 3 éve

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