UNPKG

patrimoniumjs

Version:

Patrimonium.js is a JavaScript library providing a set of tools to modelize the real estate operations of an individual and their impact on the financial situation of the same individual.

6 lines (5 loc) 235 B
import { History } from './history'; import { PLStatement } from './pl-statement'; import { Reporting } from './reporting'; import { BalanceSheet } from './balance-sheet'; export { History, PLStatement, BalanceSheet, Reporting };