Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 228 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 228 Bytes

npm-pack

Removes all spaces from a string.

Install

$ npm i @shrikant-wankhade/first-package

Usage

const space = require("@shrikant-wankhade/first-package");

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