MCPcopy
hub / github.com/Effect-TS/effect / isFunction

Function isFunction

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

Source from the content-addressed store, hash-verified

27 * @since 2.0.0
28 */
29export const isFunction = (input: unknown): input is Function => typeof input === "function"
30
31/**
32 * Creates a function that can be used in a data-last (aka `pipe`able) or

Callers 7

isObjectFunction · 0.85
isPromiseFunction · 0.85
isPromiseLikeFunction · 0.85
Option.tsFile · 0.85
Either.tsFile · 0.85
cause.tsFile · 0.85
prettyErrorMessageFunction · 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…