UNPKG

@jbouduin/holidays-lib

Version:
9 lines 198 B
export declare enum Which { FIRST = 0, SECOND = 1, THIRD = 2, FOURTH = 3, LAST = 4 } export type WhichKeyStrings = keyof typeof Which; //# sourceMappingURL=which.d.ts.map