UNPKG

@cranberry-money/shared-utils

Version:

Shared utility functions for Blueberry platform

7 lines 400 B
export interface BaseTransactionType { readonly [key: string]: string; } export declare const formatBalance: (balance: string | number) => string; export declare const formatTransactionAmount: (amount: string | number) => string; export declare const getTransactionTypeLabel: <T extends string>(transactionType: T, labels?: Record<T, string>) => string; //# sourceMappingURL=cash-account.d.ts.map