@akshay-crcl/test-package
v1.0.0
Published
A test npm package
Readme
@akshay-crcl/test-package
A test npm package for learning purposes.
Installation
npm install @akshay-crcl/test-packageUsage
const testPackage = require('@akshay-crcl/test-package');
console.log(testPackage()); // Hello from @akshay-crcl/test-package!