2.0.0 • Published 1 year ago

@branlok/drawetta v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm (scoped) npm bundle size (scoped)

IGNORE PACKAGE, CURRENTLY TESTING

package removes all spaces from a string.

Installation Instructions

npm install @bamblehorse/tiny 

Usage

const drawetta = require("@branlok/drawetta");

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

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

1 year ago

1.0.0

1 year ago