MCPcopy 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 */
56export const isFiberMap = (u: unknown): u is FiberMap<unknown> => Predicate.hasProperty(u, TypeId)
57
58const Proto = {
59 [TypeId]: TypeId,

Callers 1

FiberMap.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected