ascii-decimal
v1.0.0
Published
Get the decimal value of an ASCII character
Downloads
22
Maintainers
Readme
ascii-decimal
Get the decimal value of an ASCII character
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