2.0.2 • Published 7 months ago

@hiddeneon/tiny v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

tiny

tiny npm module

install

$ npm install @hiddeneon/tiny

usage

const tiny = require("@hiddeneon/tiny");

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

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

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.0.0

7 months ago