code-point-at
ES2015 String#codePointAt() ponyfill
Last updated 11 years ago by sindresorhus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install code-point-at 
SYNC missed versions from official npm registry.

Deprecated. Just use String#codePointAt().


code-point-at

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])

Current Tags

  • 2.0.0                                ...           latest (4 years ago)

4 Versions

  • 2.0.0 [deprecated]           ...           4 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |