3.1.3 • Published 5 years ago

@mikemalt/tiny v3.1.3

Weekly downloads
9
License
index.js
Repository
github
Last release
5 years ago

demo-npm-version

A repository to test the semantic versioning on prerelease npm packages npm

Removes all spaces from a string.

Install

$ npm install @mikemalt/tiny

Usage

const tiny = require("@mikemalt/tiny")

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

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

3.1.4-alpha.0

5 years ago

3.1.3

5 years ago

3.1.2-beta.0

5 years ago

3.1.2-alpha.1

5 years ago

3.1.2-alpha.0

5 years ago

2.0.0

5 years ago

3.1.2

5 years ago

3.1.2-4

5 years ago

1.0.0

5 years ago