UNPKG

231 BTypeScriptView Raw
1import { Dayjs } from "dayjs";
2export declare function toDayJSWeekday(refDate: Date, offset: number, modifier?: "this" | "next" | "last"): Dayjs;
3export declare function toDayJSClosestWeekday(refDate: Date, offset: number): Dayjs;