UNPKG

@eleva-io/erp-sdk

Version:

SDK oficial para el ERP de Eleva

11 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deleteKeys = deleteKeys; function deleteKeys(obj, keys) { const result = { ...obj }; keys.forEach((key) => { delete result[key]; }); return result; } //# sourceMappingURL=object.js.map