1.0.3 • Published 5 years ago

@jfonx/console-utils v1.0.3

Weekly downloads
30,485
License
MIT
Repository
-
Last release
5 years ago

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()