Skip to content

curtiszimmerman/weapon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weapon

Weaponized packages?!

Usage

var weapon = require('weapon');

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

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

Installation

With npm do:

$ npm install weapon

Contributions

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

License

GPLv3

About

Weaponized packages?!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published