Strongly type Form lines.
[ustaxlib.git] / src / Form.test.ts
2020-02-21 Robert SesekStrongly type Form lines.
2020-02-20 Robert SesekAdd Form.getValue()
2020-02-19 Robert SesekMake Form input strongly typed with generics.
2020-02-18 Robert SesekMove input from a TaxReturn to a Form.
2020-02-18 Robert SesekRestructure adding Lines to Forms.
2020-02-18 Robert SesekStart modeling Line, Form and their relation to TaxReturn.