Files
RoggioApp/node_modules/effect/dist/esm/internal/stack.js
T
2026-04-26 19:42:42 +02:00

5 lines
101 B
JavaScript
Executable File

export const make = (value, previous) => ({
value,
previous
});
//# sourceMappingURL=stack.js.map