Files
CapaKraken/packages/engine/src/chargeability/index.ts
T

18 lines
340 B
TypeScript

export {
deriveResourceForecast,
calculateGroupChargeability,
calculateGroupTarget,
sumFte,
getMonthRange,
getMonthKeys,
countWorkingDaysInOverlap,
} from "./calculator.js";
export type {
ResourceForecastInput,
AssignmentSlice,
ResourceForecast,
GroupChargeabilityInput,
GroupTargetInput,
} from "./calculator.js";