unicorn-says-hello-world
v3.0.0
Published
A unicorn that says hello world
Readme
Unicorn Says Hello World
Have you ever wished that a unicorn was saying hello world to you ?
Install
npm install unicorn-says-hello-world -SExample
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 !
