Files
Shifted/node_modules/effect/dist/cjs/internal/stack.js
2026-02-10 01:14:19 +00:00

12 lines
218 B
JavaScript

"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