@desipayments/npm-test-package
v1.0.0
Published
My first npm test package
Readme
NPM Test Package
This is my first npm package published for testing purposes.
Installation
npm install npm-test-package-17062026
Usage
const hello = require('npm-test-package-17062026');
console.log(hello());
