MCPcopy 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 */
98export const isFiberMap = (u: unknown): u is FiberMap<unknown> => Predicate.hasProperty(u, TypeId)
99
100const Proto = {
101 [TypeId]: TypeId,

Callers 1

FiberMap.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected