module-test-hello-world
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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 !

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i module-test-hello-world

    Weekly Downloads

    0

    Version

    1.0.8

    License

    ISC

    Unpacked Size

    19.5 kB

    Total Files

    23

    Last publish

    Collaborators

    • aschon73