1.0.5 • Published 5 years ago

lukmac v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
5 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.5

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago