Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ Option.ts
File
Option.ts
packages/effect/src/Option.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* @since 2.0.0
3
*/
4
import
type
{ Either } from
"./Either.js"
Callers
nothing calls this directly
Calls
15
onNone
Function · 0.85
onSome
Function · 0.85
isSome
Function · 0.85
none
Function · 0.85
as
Function · 0.85
isFunction
Function · 0.85
isOption
Function · 0.85
tap
Function · 0.85
zipWith
Function · 0.85
filterMap
Function · 0.85
some
Function · 0.70
map
Function · 0.70
Tested by
no test coverage detected