fill-random-array

1.0.0 • Public • Published

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);
``

Readme

Keywords

none

Package Sidebar

Install

npm i fill-random-array

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

1.6 kB

Total Files

3

Last publish

Collaborators

  • shirgin