UNPKG

339 BTypeScriptView Raw
1import { ParsedOptions } from '../types';
2export interface MonthInfo {
3 lastyear: number;
4 lastmonth: number;
5 nwdaymask: number[];
6}
7export declare function rebuildMonth(year: number, month: number, yearlen: number, mrange: number[], wdaymask: number[], options: ParsedOptions): MonthInfo;
8//# sourceMappingURL=monthinfo.d.ts.map
\No newline at end of file