MCPcopy Create free account
hub / github.com/Effect-TS/effect / isNumber

Function isNumber

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

Source from the content-addressed store, hash-verified

587 * @since 2.0.0
588 */
589export function isNumber(input: unknown): input is number {
590 return typeof input === "number"
591}
592
593/**
594 * Checks whether a value is a `boolean`.

Callers 1

isPropertyKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected