UNPKG

@jbouduin/holidays-lib

Version:
7 lines 190 B
import { Month } from '../types'; import { IFix } from './fix'; export interface IFixedDate extends IFix { day: number; month: Month; } //# sourceMappingURL=fixed-date.d.ts.map