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 369 B
define(["require", "exports", "immutable"], function (require, exports, immutable_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (root, keyPath) { if (immutable_1.Map.isMap(root)) { return root.getIn(keyPath); } }); }); //# sourceMappingURL=getIn.js.map