{"version":3,"sources":["../../../packages/tools/utilities/index.ts"],"names":[],"mappings":"AAEA,wBAAgB,WAAW,CAAC,MAAM,KAAA,EAAE,KAAK,KAAA,OAYxC;AAED,wBAAgB,KAAK,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,OAEzB","file":"index.d.ts","sourcesContent":["'use strict';\r\n\r\nexport function extendError(pError, error) {\r\n    if (error && (typeof error === 'object')) {\r\n        ['name', 'errno'].forEach(\r\n            function (property) {\r\n                if (property in error) {\r\n                    this[property] = error[property];\r\n                }\r\n            },\r\n            pError);\r\n    }\r\n\r\n    return pError;\r\n}\r\n\r\nexport function merge(a, b) {\r\n    return { ...a, ...b };\r\n}\r\n"]}