1.0.0 • Published 11 months ago

random-zero v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

random-zero

Generates random number of zero

Installation

Install this package by:

 npm i random-zero

Use with npx

You can try this with npx also:

 npx random-zero --start=0 --end=10
 npx random-zero -s 0 -e 10
 npx random-zero

Usage

You can import it like this:

 import zeroGenerator from "random-zero";
 import { generateZero } from "random-zero";

And use it like this:

 console.log(zeroGenerator(0, 10));
1.0.0

11 months ago