FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
functions
Edit File: tax.d.ts
import { TaxZones } from '../types'; export declare const zones: TaxZones; export declare const getType: (key: any) => "ca_gst" | "au_abn" | "gb_vat" | "eu_vat"; export declare const formatTaxDisplay: (taxLabel: any, estimated?: boolean) => string;
Save
Back