0.0.2 • Published 11 months ago
ghost-hello-world v0.0.2
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.