2.0.0 • Published 6 years ago

@anildfe/tiny v2.0.0

Weekly downloads
-
License
-
Repository
github
Last release
6 years ago

tiny

For my first npm module

Install

$ npm install @anildfe/tiny

Usage

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

tiny("This is for test!"); //=> "Thisisfortest!"

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

2.0.0

6 years ago

1.0.0

6 years ago