1.0.0 • Published 8 years ago

jackass v1.0.0

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
8 years ago

jackass

Jackass: The Package.

Usage

var jackass = require('jackass');

console.log( jackass(0) ); // 0
console.log( jackass(1) ); // 1

// special feature: also works with non-numeric input
console.log( jackass('s') ); // s

Installation

With npm do:

$ npm install jackass

Contributions

Contributions are welcome, however PRs that are mostly stylistic or semantic in nature will not be accepted.

License

GPLv3