UNPKG

realestate-jp

Version:

不動産関連のユーティリティ関数を提供するライブラリ

14 lines 341 B
/** * デフォルトの年利 */ export declare const DEFAULT_LOAN_RATE = 1; /** * デフォルトの返済年数 * フラット35を想定 */ export declare const DEFAULT_LOAN_YEARS = 35; /** * ボーナス月(0-based: 5 = 6月, 11 = 12月) */ export declare const BONUS_MONTHS: number[]; //# sourceMappingURL=constants.d.ts.map