Package: effect
Module: Newtype
A type that matches any Newtype, useful as a generic constraint:
<N extends Newtype.Any>.
When to use
Use as a generic constraint when a type parameter can be any Newtype.
See
Newtype — the base tagged interfaceSignature
type Any = Newtype<any, unknown>
Since v4.0.0