UNPKG

section-2

Version:

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

4 lines (3 loc) 187 B
export { calculateSection2 } from "./calculations/section2"; export { calculateAdditionalHours } from "./calculations/additionalHours"; export { calculateUsh } from "./calculations/ush";