Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
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
*/
50
export
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
isObject
Function · 0.85
Tested by
no test coverage detected