MCPcopy Index your code
hub / github.com/Effect-TS/effect / none

Function none

packages/effect/src/Option.ts:162–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 * @since 2.0.0
161 */
162export const none = <A = never>(): Option<A> => option.none
163
164/**
165 * Wraps the given value into an `Option` to represent its presence.

Callers 8

fromIterableFunction · 0.85
firstSomeOfFunction · 0.85
fromNullableFunction · 0.85
liftThrowableFunction · 0.85
Option.tsFile · 0.85
productFunction · 0.85
productManyFunction · 0.85
allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected