@amlane/first-npm-package

my first npm package

Usage no npm install needed!

<script type="module">
  import amlaneFirstNpmPackage from 'https://cdn.skypack.dev/@amlane/first-npm-package';
</script>

README

@amlane/first-npm-package

npm (scoped)

npm bundle size

Install

$ npm install @amlane/first-npm-package

Usage

const greeting = require("@amlane/first-npm-package")

greeting("Amanda");
//=> "Hello, Amanda! 🌷"

greeting(1234);
//=> Uncaught TypeError: Greeting wants a string!