1.0.5 • Published 6 months ago

creae-npm-package-men-uchun v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

creae-npm-package-men-uchun

A Simple Hello World Example Package

Installation

Install via NPM:

npm install creae-npm-package-men-uchun

Usage

javascript

var myApp = require("creae-npm-package-men-uchun");

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

TypeScript

import * as myApp from 'creae-npm-package-men-uchun';

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

License

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

1.0.5

6 months ago

1.0.4

6 months ago