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

Function isGenKind

packages/effect/src/Utils.ts:50–50  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

48 * @since 3.0.6
49 */
50export const isGenKind = (u: unknown): u is GenKind<any, any, any, any, any> => isObject(u) && GenKindTypeId in u
51
52/**
53 * @category constructors

Callers

nothing calls this directly

Calls 1

isObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…