UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

22 lines (21 loc) 249 B
/** * @module tax * @description A list of tax */ export const tax = [ { name: 'None', category: 'sales', value: 0, }, { name: 'None', category: 'payroll', value: 0, }, { name: 'None', category: 'purchase', value: 0, }, ]