@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
17 lines (13 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.fiberId = void 0;
var _core = /*#__PURE__*/require("./core.js");
// ets_tracing: off
/**
* Returns the `FiberID` of the fiber executing the effect that calls this method.
*/
const fiberId = /*#__PURE__*/(0, _core.descriptorWith)(d => (0, _core.succeed)(d.id));
exports.fiberId = fiberId;
//# sourceMappingURL=fiberId.js.map