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

Interface NullOr

packages/effect/src/Schema.ts:4984–4986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4982 * @since 3.10.0
4983 */
4984export interface NullOr<S extends Constraint> extends Union<readonly [S, Null]> {
4985 readonly "Rebuild": NullOr<S>
4986}
4987
4988interface NullOrLambda extends Lambda {
4989 <S extends Constraint>(self: S): NullOr<S>

Callers 2

OptionFromNullOrFunction · 0.85
OptionFromOptionalNullOrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected