2.0.0 • Published 7 years ago

@danielbrauer_meetup/tiny_npm_package v2.0.0

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

@danielbrauer_meetup/tiny_npm_package

npm (scoped) npm bundle size (minified)

says hello.

this is just an npm package hello world sorta thing.

ignore me.

Install

$ npm install @danielbrauer_meetup/tiny_npm_package

Usage

const sayhelloto = require("@danielbrauer_meetup/tiny_npm_package");

sayhelloto("dan!");
//=> "hello dan!"

sayhelloto(123);
//=> Uncaught TypeError: sayhelloto wants a string!