Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
1320
export
const
NullOr = <S extends Schema.All>(self: S): NullOr<S> => Union(self, Null)
1321
1322
/**
1323
* @category api
interface
Callers
2
optionalPropertySignatureAST
Function · 0.70
OptionFromNullOr
Function · 0.70
Calls
1
Union
Function · 0.70
Tested by
no test coverage detected