UNPKG

@effect-ts/system

Version:

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

15 lines (13 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.get = get; /** * Reads the value associated with the current fiber. Returns initial value if * no value was `set` or inherited from parent. */ function get(fiberRef) { return fiberRef.get; } //# sourceMappingURL=get.js.map