1.0.1 • Published 5 years ago

daysofyear v1.0.1

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

Days of Year

DaysOfYear is a package to get and return all days of the all months of the year.

Installation

Use the node package manager (npm) to install foobar.

npm install daysofyear

Usage

const days = require("daysofyear")

console.log(days.vector)
# returns ['1/1/2019, 2/1/2019, ...']
console.log(days.simple)
# returns [[1/1/2019, 2/1/2019, ...],[1/2/2019, 2/2/2019, ...]]

Contributing

--

License

MIT