react-native-verto
Version:
Verto FreeSWITCH React Native
18 lines (16 loc) • 576 B
JavaScript
/**
* react-native-verto
* Author: Rizvan Rzayev
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* And see https://github.com/rizvanrzayev/react-native-verto for the full license details.
*/
export const printError = (...args) => console.warn( // eslint-disable-line
'(Vertinho)',
...args,
);
export const printWarning = (...args) => console.warn( // eslint-disable-line
'(Vertinho)',
...args,
);