1.0.2 • Published 2 years ago

package-npm-test v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Foobar

This package is just a testing package to check npm publishing.

Installation

Use the package manager npm to install foobar.

npm install package-npm-test --save

Usage

const pkgNpmTst = require("package-npm-test");

(() => {
    const num = pkgNpmTst.randomNumGen(5, 10);
    console.log(num);
})()

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago