UNPKG

ntt-flow

Version:

The sequence of initialization, modification, aggregation, or other processes through which a data entity passes from instantiation to persistence.

10 lines 383 B
define(["require", "exports", "immutable"], function (require, exports, immutable_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (root, keyPath, value) { if (immutable_1.Map.isMap(root)) { return root.setIn(keyPath, value); } }); }); //# sourceMappingURL=setIn.js.map