UNPKG

nortax-ts

Version:

Norwegian Tax Calculator - TypeScript Implementation

4 lines (3 loc) 169 B
export type IncomeType = 'Wage' | 'Pension'; export type Period = "1 day" | "2 days" | "3 days" | "4 days" | "1 week" | "2 weeks" | "Monthly"; export * from './tables';