README
tiny
It is a tiny example package
install
npm install @shashank.map/tiny
usage
import tiny from '@shashank.map/tiny';
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1