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
to slightly clarify the API between this library and its users, add a bit of types where easy.
many of the types I've added rely on some "any"s because I'm trying to provide some initial value to make future work easier.
a single place uses the non-null assertion operator: apparently there's an open bug in typescript where Promise.all() wrongly adds " | undefined"
microsoft/TypeScript#33752
we'll try to keep an eye open here to see when it can be removed.
0 commit comments