@danielbrauer_meetup/tiny_npm_package

hello world npm package / ignore

Usage no npm install needed!

<script type="module">
  import danielbrauerMeetupTinyNpmPackage from 'https://cdn.skypack.dev/@danielbrauer_meetup/tiny_npm_package';
</script>

README

@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!