1.0.8 • Published 2 years ago

module-test-hello-world v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago