Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ none
Function
none
packages/effect/src/Option.ts:256–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
254
* @since 2.0.0
255
*/
256
export
const
none = <A = never>(): Option<A> => option.none
257
258
/**
259
* Wraps the given value into an `Option` to represent its presence.
Callers
12
fromIterable
Function · 0.70
firstSomeOf
Function · 0.70
fromNullishOr
Function · 0.70
fromUndefinedOr
Function · 0.70
fromNullOr
Function · 0.70
liftThrowable
Function · 0.70
Option.ts
File · 0.70
product
Function · 0.70
productMany
Function · 0.70
all
Function · 0.70
makeReducer
Function · 0.70
makeCombinerFailFast
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected