UNPKG

node-debt-snowball

Version:

Node script to calculate debt repayment using the snowball method

12 lines (11 loc) 297 B
export declare const ERROR_MESSAGES: { BALANCE_ERROR: string; INTEREST_RATE_ERROR: string; MIN_PAYMENT_ERROR: string; MIN_PAYMENT_NOT_ENOUGH: string; PAYMENT_OPTIONS_ERROR: string; }; export declare const REPAYMENT_STRATEGIES: { AVALANCHE: string; SNOWBALL: string; };