UNPKG

cosmos-db-repositories

Version:
9 lines (8 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cleanUp = (entity) => { return Object.assign(Object.assign({}, entity), { _rid: undefined, _self: undefined, _etag: undefined, _attachments: undefined, _ts: undefined }); }; exports.default = { cleanUp };