Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
1348
export
const
NullishOr = <S extends Schema.All>(self: S): NullishOr<S> => Union(self, Null, Undefined)
1349
1350
/**
1351
* @category combinators
Callers
2
optionalPropertySignatureAST
Function · 0.70
OptionFromNullishOr
Function · 0.70
Calls
1
Union
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…