palebath
v1.0.0-alpha.1
Published
A tiny utility tool that generates character information from the English alphabet
Downloads
6
Maintainers
Readme
palebath
Motivation
A tiny utility tool that generates simple standard reusable data
Installation
$ npm install palebath
Example usage
const palebath = require("palebath");
// es6 => import palebath from "palebath";
palebath.getCharInfo("a");
// { upperCase: { CODE: 65, string: "A" }, lowerCase: { CODE: 97, string: "a" }, position: 1, index: 0 }
License
MIT © wmik