1.3.3 • Published 9 years ago
bananaman v1.3.3
Banana Man
A handy and ESSENTIAL utility library
Installation
With Yarn:
yarn add bananamanWith NPM:
npm install bananamanBackground
There are only two hard things in Computer Science: cache invalidation and naming things
bananaman provides a handy solution for something else.
Usage
const isBananaman = require('bananaman');
const cmon = isBananaman('Tommo');
console.log(cmon);
// falseInteractive Playground
After installing bananaman, run this in the command line:
yarn goTests
Run the test suite (uses the wonderful Tape assertion library) like so:
yarn test