1.0.4 • Published 4 years ago

@synthia/simple-npm-package v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

simple-npm-package

A Simple Hello World Example npm package

Installation

Install via NPM:

npm install simple-npm-package

Usage

javascript

var myApp = require("simple-npm-package");

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

TypeScript

import * as myApp from 'simple-npm-package';

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

License

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