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) 274 B
// ets_tracing: off import { descriptorWith, succeed } from "./core.mjs"; /** * Returns the `FiberID` of the fiber executing the effect that calls this method. */ export const fiberId = /*#__PURE__*/descriptorWith(d => succeed(d.id)); //# sourceMappingURL=fiberId.mjs.map