1.0.0-alpha.1 • Published 6 years ago

palebath v1.0.0-alpha.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

palebath

Travis (.com) codecov coverage semantic-release

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 }

See API documentation

License

MIT © wmik