Package: effect Module: Request
effect
Request
Constructs a new Request.
Signature
declare const tagged: <R extends Request<any, any> & { _tag: string; }>(tag: R["_tag"]) => Request.Constructor<R, "_tag">
Source
Since v2.0.0