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
If there is a const in a module, how do I mark that one as a type/companion in tsplus json definitions?
Basically @effect/io/Scope now has a const Scope which is a Tag<Scope, Scope>, so the companion part of
If there is a const in a module, how do I mark that one as a type/companion in tsplus json definitions?
Basically
@effect/io/Scope
now has aconst Scope
which is aTag<Scope, Scope>
, so the companion part ofno longer works 🙂
the way I would've done it manually in the source would be:
The text was updated successfully, but these errors were encountered: