1.0.1 • Published 3 years ago

@mr_ozin/hello-world v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@mr_ozin/hello-world

usage

install

// or yarn add @mr_ozin/hello-world
$ npm install @mr_ozin/hello-world

run

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