@jfonx/console-utils
v1.0.3
Published
View error information, log information, and more. at the Consol.
Downloads
57,649
Readme
console-utils
View error information, log information, and more. at the Consol.
Installation
npm install @jfonx/console-utils
Usage
import { Output } from '@jfonx/console-utils';
Output.info('Hello word');
Output.error('Hello word');
Output.warning('Hello word');
Output.success('Hello word');
Output.clear(); //console.clear()