0.0.2 • Published 11 months ago

ghost-hello-world v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Ghost Hello World

A hello world function for learning and testing purposes.

Usage

import { helloWorld } from 'ghost-hello-world';

helloWorld({firstName: 'Rahul'});
helloWorld({firstName: 'Rahul', lastName: 'Ghost'});

// Output:
// Hello Rahul!
// Hello Rahul Ghost!

Support & Contribute

If you found this project helpful or enjoyed using it, please consider giving it a ⭐️ on GitHub! It helps others find the project and motivates us to keep improving.

0.0.2

11 months ago

0.0.1

11 months ago