Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ Option.ts
File
Option.ts
repos/effect/packages/effect/src/Option.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Models a value that may be present or absent.
3
*
4
* An `Option<A>` is `Some<A>` when a value is available and `None` when it is
Callers
nothing calls this directly
Calls
14
isFunction
Function · 0.90
isNone
Function · 0.85
isSome
Function · 0.85
isOption
Function · 0.85
product
Function · 0.85
predicate
Function · 0.85
onNone
Function · 0.70
onSome
Function · 0.70
some
Function · 0.70
none
Function · 0.70
fromNullishOr
Function · 0.70
containsWith
Function · 0.70
Tested by
no test coverage detected