effect-io-ai

Package: effect
Module: TArray

TArray.headOption

The first entry of the array, if it exists.

Signature

declare const headOption: <A>(self: TArray<A>) => STM.STM<Option.Option<A>>

Source

Since v2.0.0