UNPKG

month-class

Version:

Month class, manages information of the month from a given date

7 lines (5 loc) 100 B
/** * @file Manages main entry point. */ /** @module Month */ module.exports = require('./src');