1.3.3 • Published 7 years ago

bananaman v1.3.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago