UNPKG

effect

Version:

The missing standard library for TypeScript, for writing production-grade software.

12 lines (11 loc) 218 B
"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