MCPcopy Create free account
hub / github.com/Effect-TS/effect / UndefinedOr

Interface UndefinedOr

packages/effect/src/Schema.ts:5007–5009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5005 * @since 3.10.0
5006 */
5007export interface UndefinedOr<S extends Constraint> extends Union<readonly [S, Undefined]> {
5008 readonly "Rebuild": UndefinedOr<S>
5009}
5010
5011interface UndefinedOrLambda extends Lambda {
5012 <S extends Constraint>(self: S): UndefinedOr<S>

Callers 3

Schema.tsFile · 0.85
OptionFromUndefinedOrFunction · 0.85
CauseReasonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected