@tyler.engineer/tiny

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i @tyler.engineer/tiny

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

2.1 kB

Total Files

4

Last publish

Collaborators

  • tyler.engineer