Skip to content

isSome

isSome<A>(data): data is Some<A>

Defined in: Core/Maybe.ts:36

Type guard that checks if a Maybe is Some.

A

Maybe<A>

data is Some<A>