MCPcopy Create free account
hub / github.com/effect-app/libs / isFunction

Function isFunction

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

Source from the content-addressed store, hash-verified

734 *
735 * Uses `typeof input === "function"`.
736 *
737 * **Example** (Guarding functions)
738 *
739 * ```ts import.meta.vitest
740 * import { Predicate } from "effect"
741 *

Callers 7

utils.tsFile · 0.90
try_Function · 0.90
Result.tsFile · 0.90
Option.tsFile · 0.90
isObjectKeywordFunction · 0.85
isPromiseFunction · 0.85
isPromiseLikeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…