Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isFiberMap
Function
isFiberMap
packages/effect/src/FiberMap.ts:98–98 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
96
* @since 2.0.0
97
*/
98
export
const
isFiberMap = (u: unknown): u is FiberMap<unknown> => Predicate.hasProperty(u, TypeId)
99
100
const
Proto = {
101
[TypeId]: TypeId,
Callers
1
FiberMap.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected