5.0.0 • Published 5 years ago

@thomas_p/test_package_example v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@thomas_p/test-npm-package-example

npm (scoped)

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

Removes all spaces from a string.

Install

$ npm install @thomas_p/test_package_example

Usage

const removeAllSpaces = require("@thomas_p/test_package_example");

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

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

5.0.0

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago