Front end of the Slack clone application.
jpsp91 07dd8af64f root page set 6 anni fa
..
index.js root page set 6 anni fa
license root page set 6 anni fa
package.json root page set 6 anni fa
readme.md root page set 6 anni fa

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