MCPcopy 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 */
256export const none = <A = never>(): Option<A> => option.none
257
258/**
259 * Wraps the given value into an `Option` to represent its presence.

Callers 12

fromIterableFunction · 0.70
firstSomeOfFunction · 0.70
fromNullishOrFunction · 0.70
fromUndefinedOrFunction · 0.70
fromNullOrFunction · 0.70
liftThrowableFunction · 0.70
Option.tsFile · 0.70
productFunction · 0.70
productManyFunction · 0.70
allFunction · 0.70
makeReducerFunction · 0.70
makeCombinerFailFastFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected