palebath

1.0.0-alpha.1 • Public • Published

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

Package Sidebar

Install

npm i palebath

Weekly Downloads

0

Version

1.0.0-alpha.1

License

MIT

Unpacked Size

11.2 kB

Total Files

6

Last publish

Collaborators

  • wmik