UNPKG

@effect-ts/system

Version:

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

5 lines 238 B
/** * Returns the `FiberID` of the fiber executing the effect that calls this method. */ export declare const fiberId: import("./effect.js").Effect<unknown, never, import("../Fiber/id.js").FiberID>; //# sourceMappingURL=fiberId.d.ts.map