1.0.0 • Published 8 years ago

ascii-decimal v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ascii-decimal

Get the decimal value of an ASCII character

Build Status

Install

$ npm install --save ascii-decimal

Usage

const decimal = require('ascii-decimal');

decimal('A');
//=> 65

API

asciiDecimal(input)

Returns the decimal value of the ASCII character

input

Type: string

The ASCII character you want to convert to decimal.

License

MIT © Michael Wuergler