jm-hello-world-example

jm-hello-world-example

Usage no npm install needed!

<script type="module">
  import jmHelloWorldExample from 'https://cdn.skypack.dev/jm-hello-world-example';
</script>

README

jm-hello-world-example

A Simple Hello World Example Package

Installation

Install via NPM:

npm install jm-hello-world-example

Usage

javascript

var myApp = require("jm-hello-world-example");

myApp.printMsg(); // print and return " Hello World! "

TypeScript

import * as myApp from "jm-hello-world-example";

myApp.printMsg(); // print and return " Hello World! "

License

This project is licensed under the terms of the ISC license.