TreasureTrails/node_modules/effect/dist/cjs/internal/stack.js

12 lines
218 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.make = void 0;
const make = (value, previous) => ({
value,
previous
});
exports.make = make;
//# sourceMappingURL=stack.js.map