UNPKG

section-2

Version:

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

3 lines 307 B
export declare const validateTimestamp: (timestamp: string | number | Date) => boolean; export declare const validateTimestampParameters: (from: string | number | Date, planned_to: string | number | Date, actual_to?: string | number | Date | null) => boolean; //# sourceMappingURL=validateTimestamp.d.ts.map