UNPKG

nodemod

Version:

A collection of node modules for The Really Project

4 lines 222 B
import type { CalendarWeekday } from '../typings'; import type { GetWeekdaysInit } from './typings'; export declare function getWeekdays(init: GetWeekdaysInit): CalendarWeekday[]; //# sourceMappingURL=get-weekdays.d.ts.map