Strongly type Form lines.
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 21 Feb 2020 18:15:48 +0000 (13:15 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 21 Feb 2020 18:15:48 +0000 (13:15 -0500)
commit4e7509cc6242c7153564a3a629e7bfb4e214a4d9
tree877518e8198225a4c43c7a0c28e5764e56d178d3
parent4c20271f8f67c3d9b92c614da1d2713d83559bca
Strongly type Form lines.

This completely rewrites Form so that getLine and getValue are fully
type-checked.
src/Form.test.ts
src/Form.ts
src/Line.test.ts
src/Line.ts
src/TaxReturn.test.ts
src/TaxReturn.ts
src/fed2019/Form1040.test.ts
src/fed2019/Form1040.ts
src/fed2019/FormW2.ts