UNPKG

retail-calendar

Version:
5 lines (4 loc) 242 B
import { LastDayStrategy } from './types'; export declare class FirstBOWOfFirstMonth implements LastDayStrategy { getLastDayForGregorianLastDay(lastDayOfGregorianYear: Date, lastDayOfIsoWeek: number, _retailCalendarYear: number): Date; }