1.0.8 • Published 4 years ago

module-test-hello-world v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Module Test

Description

Install

npm install module-test-hello-world
 -S

Example

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 !

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago