shashwatak/satellite-js

bug: PositionAndVelocity's type should be EciVec3 | false

Opened this issue · 0 comments

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