1.0.4 • Published 1 month ago

tefa-hello-world-example v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

tefa-hello-world-example

A tefa Hello World Example Package

Installation

Install via NPM:

npm install tefa-hello-world-example

Usage

javascript

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

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

TypeScript

import * as myApp from 'tefa-hello-world-example';

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

License

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

1.0.4

1 month ago