UNPKG

fhirbuilder

Version:
8 lines (7 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoveUndefinedAttributes = void 0; const RemoveUndefinedAttributes = (obj) => { return JSON.parse(JSON.stringify(obj)); }; exports.RemoveUndefinedAttributes = RemoveUndefinedAttributes;