FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
functions
Edit File: currency.d.ts
export declare const zeroDecimalCurrencies: string[]; export declare const maybeConvertAmount: (amount: number, currency: string) => number; export declare const isZeroDecimal: (currency: string) => boolean;
Save
Back