UNPKG

section-2

Version:

A library for calculating unsocial hours entitlements under the NHS agenda for change's section 2

3 lines 255 B
export declare const formatDate: (dt: string | number | Date | null | undefined, format: "yyyy-mm-dd" | "sorting") => string; export declare const addDaysToTimestamp: (date?: string | Date, days?: number) => Date; //# sourceMappingURL=formatDates.d.ts.map