UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

10 lines (9 loc) 154 B
/** * @module tax * @description A list of tax */ export declare const tax: { name: string; category: string; value: number; }[];