0.0.2 • Published 1 year ago

ghost-hello-world v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.1

1 year ago