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

Function isBoolean

packages/effect/src/Predicate.ts:375–375  ·  view source on GitHub ↗
(input: unknown)

Source from the content-addressed store, hash-verified

373 * @since 2.0.0
374 */
375export const isBoolean = (input: unknown): input is boolean => typeof input === "boolean"
376
377/**
378 * A refinement that checks if a value is a `bigint`.

Callers 1

Iterable.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected