hello-world-sample-for-mods-labs

1.0.1 • Public • Published

hello-world-example

A Hello World Example Package

Installation

Install via NPM:

npm i hello-world-sample-for-mods-labs

Usage

javascript

var myApp = require("hello-world-sample-for-mods-labs");

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

TypeScript

import * as myApp from 'hello-world-sample-for-mods-labs';

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

Readme

Keywords

Package Sidebar

Install

npm i hello-world-sample-for-mods-labs

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.64 kB

Total Files

4

Last publish

Collaborators

  • mods-lab