1.3.0 • Published 4 years ago

@windix/npm-tiny v1.3.0

Weekly downloads
140
License
MIT
Repository
-
Last release
4 years ago

@windix/npm-tiny

Derived from https://www.freecodecamp.org/news/how-to-make-a-beautiful-tiny-npm-package-and-publish-it-2881d4307f78/

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @windix/npm-tiny

Usage

const tiny = require("@windix/npm-tiny");

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

tiny(123);
//=> Uncaught TypeError: tiny expects a string!
1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago