bug: PositionAndVelocity's type should be EciVec3 | false
Opened this issue · 0 comments
H01001000 commented
The type for PositionAndVelocity should be EciVec3 | false, since its false only if errored. It make getting the type messy
https://github.com/shashwatak/satellite-js/blob/develop/types/index.d.ts#L105-L106