Make Person the default export.
[ustaxlib.git] / src / TaxReturn.test.ts
2020-02-20 Robert SesekMake Person the default export.
2020-02-20 Robert SesekMake SupportsMultipleCopies an interface.
2020-02-18 Robert SesekMove input from a TaxReturn to a Form.
2020-02-18 Robert SesekIntroduce InputLine and the ability to acquire inputs...
2020-02-18 Robert SesekRestructure adding Lines to Forms.
2020-02-18 Robert SesekStart modeling Line, Form and their relation to TaxReturn.
2020-02-17 Robert SesekBegin defining a TaxReturn and Person model.