tefa-hello-world-example
v1.0.4
Published
a tefa hello world example
Downloads
4
Readme
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.