codekode-test
v1.9.0
Published
A simple hello world library
Downloads
1,009
Readme
my-hello-lib
A simple greeting library.
Installation
npm install my-hello-libUsage
const { hello } = require("my-hello-lib");
hello(); // Hello, World!
hello("Claude"); // Hello, Claude!