is-chanon
v2.2.4
Published
[](https://github.com/chanonroy/is-chanon/blob/master/LICENSE) [](https://www.npmjs.com/package/is-chanon) [ or not.
This is more of a parody module to help me test out best practices with CI/CD, npm publishing, and semantic versioning.
Usage
Install the package
yarn add is-chanonUse the package as needed
const isChanon = require("is-chanon");
isChanon("Chanon"); // true
isChanon("chanon"); // true
isChanon("Charles"); // false
isChanon("channon"); // falseTesting
Install dependencies
yarnRun the Jest tests
yarn testContributing
Feel free to open up a PR and contribute to this great npm package.
