You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
Would be great if we got some static type checking out of the box. Granted this isn't a massive library, but anything helps. I can try and tackle this if it is of any value.
@bryantee I don't have a lot of exposure to typescript so I won't be much help in rolling it out. As long as whatever we do is backwards compatible I'm happy to review it. Thanks!
I installed the update with the TS definition file.
Two questions.. Is userInfo an optional property? Now I get a TS error because I did not specify userInfo property.
Also, must it be of the shape {url: string} or can it be an arbitrary object?
Would be great if we got some static type checking out of the box. Granted this isn't a massive library, but anything helps. I can try and tackle this if it is of any value.
Somewhat related to #6 for adding Flow support.
The text was updated successfully, but these errors were encountered: