@coast/rrule
Version:
JavaScript library for working with recurrence rules for calendar dates.
8 lines • 346 B
TypeScript
import { ParsedOptions } from '../types';
export interface MonthInfo {
lastyear: number;
lastmonth: number;
nwdaymask: number[];
}
export declare function rebuildMonth(year: number, month: number, yearlen: number, mrange: number[], wdaymask: number[], options: ParsedOptions): MonthInfo;
//# sourceMappingURL=monthinfo.d.ts.map