mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
8 lines
284 B
TypeScript
8 lines
284 B
TypeScript
import type { HiddenAmount } from '@/core/numeral.ts';
|
|
|
|
export const DEFAULT_DECIMAL_NUMBER_COUNT: number = 2;
|
|
export const MAX_SUPPORTED_DECIMAL_NUMBER_COUNT: number = 2;
|
|
|
|
export const DISPLAY_HIDDEN_AMOUNT: HiddenAmount = '***';
|
|
export const INCOMPLETE_AMOUNT_SUFFIX: string = '+';
|