UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

9 lines (6 loc) 202 B
// ets_tracing: off import { descriptorWith, succeed } from "./core.js" /** * Returns information about the current fiber, such as its identity. */ export const descriptor = descriptorWith(succeed)