-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript definitions are incorrect for gstime function #73
Comments
@iamthechad @kylegmaxwell PR is welcome! ;) |
I think I can put something together for this. |
iamthechad
pushed a commit
to iamthechad/satellite-js
that referenced
this issue
Sep 14, 2020
iamthechad
added a commit
to iamthechad/satellite-js
that referenced
this issue
Sep 14, 2020
FIxed in 4.1.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The TypeScript definition for
gstime
is defined asexport function gstime(date: Date): GMSTime;
This is not correct, since
gstime
can take aDate
, Julian date (number
), or any valid params forjday()
The text was updated successfully, but these errors were encountered: