2.0.0 • Published 6 years ago

@mdnzyzy/my-first-package-mdn v2.0.0

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

@mdnzyzy/my-first-package-mdn

npm npm bundle size (minified)

My first package!

Install

$ npm install @mdnzyzy/my-first-package

Usage

const myFirstPackage = require("@mdnzyzy/my-first-package-mdn");

myFirstPackage("There is a lot of spaces!");
//=> "Thereisalotofspaces!"

myFirstPackage(1337)
//=> Uncaught TypeError: This package requires a string, fucker!
// at myFirstPackage (<anonymous>:2:41)
// at <anonymous>:1:1