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

Function isNumber

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

Source from the content-addressed store, hash-verified

353 * @since 2.0.0
354 */
355export const isNumber = (input: unknown): input is number => typeof input === "number"
356
357/**
358 * A refinement that checks if a value is a `boolean`.

Callers 3

isPropertyKeyFunction · 0.85
decodeFunction · 0.85
makeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected