1.2.0 • Published 5 years ago

@sujancse/tiny v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Tiny

NPM package test purposes only.

npm (scoped) license (scoped)

Installation

npm i @sujancse/tiny

Usage

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

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

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

5 years ago

2.2.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago