@dlivr.io/salary-calculator-egypt
Version:
Javascript SDK for calculating Net/Gross salary in Egypt.
7 lines • 456 B
TypeScript
import type { CalculateNetSalaryParams } from "./helpers/netSalary";
import { calculateNetSalary } from "./helpers/netSalary";
import type { CalculateGrossSalaryParams } from "./helpers/grossSalary";
import { calculateGrossSalary } from "./helpers/grossSalary";
import { LawYear } from "./types/salary";
export { calculateNetSalary, CalculateNetSalaryParams, calculateGrossSalary, CalculateGrossSalaryParams, LawYear, };
//# sourceMappingURL=index.d.ts.map