Strongly type Form lines.
[ustaxlib.git] / src / Line.test.ts
2020-02-21 Robert SesekStrongly type Form lines.
2020-02-21 Robert SesekRevert "Make SupportsMultipleCopies an interface."
2020-02-20 Robert SesekFurther improve the typing of InputLine to not require...
2020-02-20 Robert SesekAdd AccumulatorLine class.
2020-02-20 Robert SesekInputLine needs to take the Form's generic.
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 SesekAdd Line.test.ts.