UNPKG

nortax-ts

Version:

Norwegian Tax Calculator - TypeScript Implementation

11 lines (10 loc) 306 B
/** * nortax-ts * A TypeScript port of nortax (https://github.com/lewiuberg/nortax) * Original Copyright (c) 2023 Lewi Lie Uberg * TypeScript port Copyright (c) 2024 Arild Langtind * Licensed under the MIT License */ export { Tax } from './tax'; export * from './types'; export * from './constants';