1.1.2 • Published 4 years ago

@jeffstern/jeffsnpm v1.1.2

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

@jeffstern/jeffsnpm

npm

I'm following a tutorial to make an npm package, but maybe I'll make a better one soon

Install

$ npm install @jeffstern/jeffsnpm

Usage

const removeSpaces = require("@jeffstern/jeffsnpm");

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

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