say-hello-world-npm

Say hello world NPM example

Usage no npm install needed!

<script type="module">
  import sayHelloWorldNpm from 'https://cdn.skypack.dev/say-hello-world-npm';
</script>

README

Say Hello World

It lets you just say "Hello World!".

Installation

npm install say-hello-world-npm

Usage

import { helloWorld } from 'hello-world-npm';
console.log(helloWorld());