@rimbu/deep
Advanced tools
Comparing version 0.14.3 to 0.14.4
@@ -7,5 +7,4 @@ "use strict"; | ||
Object.defineProperty(exports, "Path", { enumerable: true, get: function () { return path_1.Path; } }); | ||
var match_1 = require("./match"); | ||
var Deep = tslib_1.__importStar(require("./deep")); | ||
exports.Deep = Deep; | ||
//# sourceMappingURL=internal.js.map |
export { Path } from './path'; | ||
export {} from './match'; | ||
import * as Deep from './deep'; | ||
export { Deep }; | ||
//# sourceMappingURL=internal.js.map |
{ | ||
"name": "@rimbu/deep", | ||
"version": "0.14.3", | ||
"version": "0.14.4", | ||
"description": "Tools to use handle plain JS objects as immutable objects", | ||
@@ -76,3 +76,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "3d235bc539eed9cda52d110c2ec805d686776ae7" | ||
"gitHead": "8f83f7bc9812a739279a64e2e52d83f631dfb4f6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
222097
4734