UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

4 lines (3 loc) 270 B
import { Currency } from '../../../shared/enums.js'; import type { LedgerProto } from '../../../shared/types/index.js'; export declare function conversionFeeCalculator(base: LedgerProto, quote: LedgerProto, officialRate: number, defaultLocalCurrency: Currency): number;