1.0.1 • Published 3 years ago

@sonuhussain/first-npm-package v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@sonuhussain/first-npm-package

A Simple Hello World Example Package

Installation

Install via NPM:

npm install @sonuhussain/first-npm-package

Usage

javascript

var myApp = require("@sonuhussain/first-npm-package");

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

TypeScript

import * as myApp from '@sonuhussain/first-npm-package';

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

License

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