module-test-hello-world
v1.0.8
Published
first module test
Readme
Module Test
Description
Install
npm install module-test-hello-world
-SExample
import { Test } from "module-test-hello-world";
// OR in nodeJS ( commonJS module )
const { Test } = require("module-test-hello-world");
const myTest = new Test();
console.log(myTest.sayHelloTo("Alex"));Enjoy !
