Nova-Client/Solar/Launcher/node_modules/code-point-at
2023-03-19 19:32:58 +00:00
..
index.js !! 2023-03-19 19:32:58 +00:00
license !! 2023-03-19 19:32:58 +00:00
package.json !! 2023-03-19 19:32:58 +00:00
readme.md !! 2023-03-19 19:32:58 +00: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