@digibear/hello-package
v0.2.0
Published
Says Hello
Downloads
2
Readme
@digibear/hello-package
This is an example package that I made for class! Woo!
To use this function:
const { hello } = require('@digibear/hello-package');
console.log(hello('foobar'));
// Output Hello Foobar, greetings!