2.0.0 • Published 2 years ago

@tyler.engineer/tiny v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tiny ⚛️

npm (scoped)

tiny - My very first npm package.

tiny removes all spaces from a string, using the tiny function.

Install

$ npm install @tyler.engineer/tiny

Usage

const tiny = require('@tyler.engineer/tiny');

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

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

Dev

Tyler Nilsson