1.0.0 • Published 3 years ago

unicorn-says-hello-world1 v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

Unicorn Says Hello World

Have you ever wished that a unicorn was saying hello world to you ?

Install

npm install unicorn-says-hello-world -S

Example

import { Unicorn } from "unicorn-says-hello-world";
// OR in nodeJS ( commonJS module )
const { Unicorn } = require("unicorn-says-hello-world");

const myUnicorn = new Unicorn();

console.log(myUnicorn.sayHelloTo("jason"));

Enjoy !

1.0.0

3 years ago