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

Function isBool

packages/cli/src/internal/options.ts:445–445  ·  view source on GitHub ↗
(self: Options.Options<A>)

Source from the content-addressed store, hash-verified

443
444/** @internal */
445export const isBool = <A>(self: Options.Options<A>): boolean => isBoolInternal(self as Instruction)
446
447/** @internal */
448export const getHelp = <A>(self: Options.Options<A>): HelpDoc.HelpDoc => getHelpInternal(self as Instruction)

Callers

nothing calls this directly

Calls 1

isBoolInternalFunction · 0.85

Tested by

no test coverage detected