palebath

A tiny utility tool that generates character information from the English alphabet

Usage no npm install needed!

<script type="module">
  import palebath from 'https://cdn.skypack.dev/palebath';
</script>

README

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