isSome
isSome<
A>(data):data is Some<A>
Defined in: Core/Option.ts:44
Type guard that checks if a Option is Some.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Option<A>
Returns
Section titled “Returns”data is Some<A>