UNPKG

section-2

Version:

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

7 lines 360 B
export declare const makeToAlwaysLater: (from: Date | string | number, to: Date | string | number, allowEqual?: boolean) => { fromObj: Date; toObj: Date; }; export declare const convertToDate: (val: Date | string | number) => Date; export declare const convertToNumber: (val: Date | string | number) => number; //# sourceMappingURL=conversions.d.ts.map