Urara-Blog/node_modules/.pnpm-store/v3/files/36/64adf6a6b808be14d1bcd7116ba3e89cbc5b08bd979c19371c11561055623bb0f873587e53006bbfe02b793fb1f3eb7fcef5d9780a0df398c1cc0744b099e4
2022-08-14 01:14:53 +08:00

15 lines
No EOL
364 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = removePropertiesDeep;
var _traverseFast = require("../traverse/traverseFast");
var _removeProperties = require("./removeProperties");
function removePropertiesDeep(tree, opts) {
(0, _traverseFast.default)(tree, _removeProperties.default, opts);
return tree;
}