MCPcopy
hub / github.com/Effect-TS/effect / NullishOr

Function NullishOr

packages/effect/src/Schema.ts:1348–1348  ·  view source on GitHub ↗
(self: S)

Source from the content-addressed store, hash-verified

1346 * @since 3.10.0
1347 */
1348export const NullishOr = <S extends Schema.All>(self: S): NullishOr<S> => Union(self, Null, Undefined)
1349
1350/**
1351 * @category combinators

Callers 2

OptionFromNullishOrFunction · 0.70

Calls 1

UnionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…