@mr_ozin/hello-world
v1.0.1
Published
## usage
Downloads
8
Readme
@mr_ozin/hello-world
usage
install
// or yarn add @mr_ozin/hello-world
$ npm install @mr_ozin/hello-worldrun
touch index.ts , write this code, run with tsc && node index.js or ts-node index.ts
import sayHello, { sayMessage } from "@mr_ozin/hello-world";
sayHello();
sayMessage();
sayMessage("Hello World");LICENSE
MIT
