/**
 * 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';
