UNPKG

@zextras/carbonio-shell-ui

Version:

The Zextras Carbonio web client

16 lines 443 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.report = void 0; /** * @deprecated it will be removed in the next release */ const report = (appId) => (error, hint) => { console.warn('report function is deprecated'); }; exports.report = report; //# sourceMappingURL=functions.js.map