npm.io
1.0.3 • Published 7 years ago

@jfonx/console-utils

Licence
MIT
Version
1.0.3
Deps
1
Size
6 kB
Vulns
0
Weekly
0

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