rohit-node-library
v1.0.9
Published
A simple Node.js library for demonstration purposes.
Downloads
9
Readme
My Node Library
A simple Node.js library for demonstration purposes.
Installation
npm install rohit-node-library
Usage
-----
import { helloWorld } from 'rohit-node-library';
console.log(helloWorld('World')); // Output: Hello, World!