MCPcopy Create free account
hub / github.com/Effect-TS/effect / isAsyncResult

Function isAsyncResult

packages/effect/src/unstable/reactivity/AsyncResult.ts:62–62  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

60 * @since 4.0.0
61 */
62export const isAsyncResult = (u: unknown): u is AsyncResult<unknown, unknown> => hasProperty(u, TypeId)
63
64/**
65 * Namespace containing type-level helpers and the shared prototype shape for `AsyncResult` values.

Callers 2

allFunction · 0.85
SchemaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected