bananaman

1.3.3 • Public • Published

Banana Man

A handy and ESSENTIAL utility library

npm version Build Status Coverage Status

Installation

With Yarn:

yarn add bananaman

With NPM:

npm install bananaman

Background

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);
// false

Interactive Playground

After installing bananaman, run this in the command line:

yarn go

Tests

Run the test suite (uses the wonderful Tape assertion library) like so:

yarn test

Credits

Banana Man

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i bananaman

    Weekly Downloads

    2

    Version

    1.3.3

    License

    ISC

    Last publish

    Collaborators

    • danielmoi