UNPKG

@effect-ts/system

Version:

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

8 lines (7 loc) 256 B
// ets_tracing: off import { descriptorWith, succeed } from "./core.mjs"; /** * Returns information about the current fiber, such as its identity. */ export const descriptor = /*#__PURE__*/descriptorWith(succeed); //# sourceMappingURL=descriptor.mjs.map