2.0.0 β€’ Published 4 years ago

@nkravella/tinytest v2.0.0

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

a very tiny and unnecessary npm package πŸ£πŸ‘ΆπŸ½

npm (scoped) npm bundle size (minified)

Removes all spaces from a string. Learned from @bamblehorse's "tiny" demonstration.

Install

$ npm install @nkravella/tinytest

Usage

const tinytest = require("@nkravella/tinytest");

tinytest("Why are        we  typing like      this?");

// OUTPUT=> "Whyarewetypinglikethis?"