DIR: /var/www/negocios.lapieza.do/node_modules/@babel/types/lib/modifications/ |
Current File : /var/www/negocios.lapieza.do/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = removePropertiesDeep; var _traverseFast = require("../traverse/traverseFast.js"); var _removeProperties = require("./removeProperties.js"); function removePropertiesDeep(tree, opts) { (0, _traverseFast.default)(tree, _removeProperties.default, opts); return tree; } //# sourceMappingURL=removePropertiesDeep.js.map |