UNPKG

@effect-ts/system

Version:

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

7 lines 272 B
import { Runtime } from "../FiberRef/index.js"; import * as O from "../Option/index.js"; /** * A `FiberRef` that stores the name of the fiber, which defaults to `None`. */ export declare const fiberName: Runtime<O.Option<string>>; //# sourceMappingURL=fiberName.d.ts.map