UNPKG

@typed/fp

Version:

Data Structures and Resources for fp-ts

17 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.make = void 0; const tslib_1 = require("tslib"); /** * @typed/fp/struct is an extension of fp-ts/struct with an additional constructor. * @since 0.9.2 * @category Constructor */ function make(key, value) { return { [key]: value, }; } exports.make = make; (0, tslib_1.__exportStar)(require("fp-ts/struct"), exports); //# sourceMappingURL=struct.js.map