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.

4 lines (3 loc) 216 B
import { FrenchmanInitialSituation } from './frenchman-initial-situation'; import { Frenchman, FrenchEmploymentStatus } from './frenchman'; export { FrenchmanInitialSituation, Frenchman, FrenchEmploymentStatus };