1.0.0-alpha2 • Published 5 years ago

@dirkviljoen/spiderfish v1.0.0-alpha2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

spiderfish

The package that does that random stuff you always wanted

npm.io npm (scoped)

Install

$ npm install @dirkviljoen/spiderfish

Usage

const spiderfish = require("@dirkviljoen/spiderfish");

spiderfish("So much space!");
//=> "Somuchspace!"

spiderfish(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1