UNPKG

section-2

Version:

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

5 lines 261 B
export { calculateSection2 } from "./calculations/section2"; export { calculateAdditionalHours } from "./calculations/additionalHours"; export { calculateUsh } from "./calculations/ush"; export type * from "./types/section2"; //# sourceMappingURL=index.d.ts.map