dummy-pkg-siddharth
v1.0.0
Published
A dummy npm package for testing and demonstration purposes.
Readme
dummy-pkg-siddharth
A dummy npm package for testing and demonstration purposes.
Installation
npm install dummy-pkg-siddharthUsage
const { greet, add } = require("dummy-pkg-siddharth");
greet(); // "Hello, World!"
greet("npm"); // "Hello, npm!"
add(2, 3); // 5License
MIT
