Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isFiberMap
Function
isFiberMap
packages/effect/src/FiberMap.ts:56–56 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
54
* @categories refinements
55
*/
56
export
const
isFiberMap = (u: unknown): u is FiberMap<unknown> => Predicate.hasProperty(u, TypeId)
57
58
const
Proto = {
59
[TypeId]: TypeId,
Callers
1
FiberMap.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected