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

Interface NullishOr

packages/effect/src/Schema.ts:5030–5032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5028 * @since 3.10.0
5029 */
5030export interface NullishOr<S extends Constraint> extends Union<readonly [S, Null, Undefined]> {
5031 readonly "Rebuild": NullishOr<S>
5032}
5033
5034interface NullishOrLambda extends Lambda {
5035 <S extends Constraint>(self: S): NullishOr<S>

Callers 1

OptionFromNullishOrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected