UNPKG

overmind

Version:
10 lines 613 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lazy = exports.namespaced = exports.merge = void 0; var merge_1 = require("./merge"); Object.defineProperty(exports, "merge", { enumerable: true, get: function () { return merge_1.merge; } }); var namespaced_1 = require("./namespaced"); Object.defineProperty(exports, "namespaced", { enumerable: true, get: function () { return namespaced_1.namespaced; } }); var lazy_1 = require("./lazy"); Object.defineProperty(exports, "lazy", { enumerable: true, get: function () { return lazy_1.lazy; } }); //# sourceMappingURL=index.js.map