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 224 B
/** * Reads the value associated with the current fiber. Returns initial value if * no value was `set` or inherited from parent. */ export function get(fiberRef) { return fiberRef.get; } //# sourceMappingURL=get.mjs.map