MCPcopy Index your code
hub / github.com/Effect-TS/effect / NullOr

Function NullOr

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

Source from the content-addressed store, hash-verified

1318 * @since 3.10.0
1319 */
1320export const NullOr = <S extends Schema.All>(self: S): NullOr<S> => Union(self, Null)
1321
1322/**
1323 * @category api interface

Callers 2

OptionFromNullOrFunction · 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…