UNPKG

probot-tax-calculator

Version:
8 lines (7 loc) 173 B
declare const tax: (amount: string | number, wassit?: string | number) => { "protax": number; "wasitTax": number; tax: number; all: number; }; export = tax;