MCPcopy Index your code
hub / github.com/Effect-TS/effect / isFiberHandle

Function isFiberHandle

packages/effect/src/FiberHandle.ts:52–52  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

50 * @categories refinements
51 */
52export const isFiberHandle = (u: unknown): u is FiberHandle => Predicate.hasProperty(u, TypeId)
53
54const Proto = {
55 [TypeId]: TypeId,

Callers 1

FiberHandle.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected