1.0.3 • Published 7 years ago
alay v1.0.3
alay
NPM Package for convert character to number.
Feature
- Convert character to number.
Example
Hello World! to H3110 W0r1d!
Installing
Using npm:
$ npm install alayHow To Use
const alay = require('alay');
console.log(alay('Hello World!'));