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