UNPKG

day-week

Version:

``` 功能 ```:某年某月天数

11 lines 322 B
const week = require('./src/week') const day = require('./src/days') module.exports = { monthToWeek: week.monthToWeek, weekToDay: week.weekToDay, monthWeek: week.monthWeek, dayToWeek: week.dayToWeek, yearToDay: day.yearToDay, separateDays: day.separateDays, monthDays: day.monthDays }