UNPKG

@zextras/carbonio-shell-ui

Version:

The Zextras Carbonio web client

12 lines 368 B
"use strict"; /* * SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com> * * SPDX-License-Identifier: AGPL-3.0-only */ Object.defineProperty(exports, "__esModule", { value: true }); exports.isRawErrorSoapResponse = isRawErrorSoapResponse; function isRawErrorSoapResponse(item) { return item.Body.Fault !== undefined; } //# sourceMappingURL=soap.js.map