saurabhkumar-sample-package-2026
v1.0.0
Published
A sample package to test publishing to npm
Readme
My Sample Package
This is a sample package created to learn how to publish to npmjs.com.
Usage
const { helloWorld } = require('my-sample-package-name');
helloWorld(); // Output: Hello from my sample package!