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

Function isObjectKeyword

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

Source from the content-addressed store, hash-verified

1094 * import { Predicate } from "effect"
1095 *
1096 * Predicate.isObjectKeyword(() => 1) // => true
1097 * Predicate.isObjectKeyword(null) // => false
1098 * ```
1099 *
1100 * @see {@link isObject}
1101 * @see {@link isObjectOrArray}

Callers 1

Predicate.tsFile · 0.85

Calls 1

isFunctionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…