effect-io-ai

Package: @effect/cli
Module: Options

Options.isBool

Returns true if the specified Options is a boolean flag, false otherwise.

Signature

declare const isBool: <A>(self: Options<A>) => boolean

Source

Since v1.0.0