1.0.0 • Published 6 months ago

fill-random-array v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Training project on creating and hosting your own module

###Install

$ npm install fill-random-array

###Usage

const lib = require("fill-random-array");

const arrayOfNumbers = lib.getFillArrayNumbers(10, 0, 100);

const start = new Date(2023, 0, 1);
const end = new Date();
const arrayOfDates = lib.getFillArrayDates(30, start, end);
``
1.0.0

6 months ago