$ cnpm install @jfonx/console-utils
View error information, log information, and more. at the Consol.
npm install @jfonx/console-utils
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()
Copyright 2013 - present © cnpmjs.org | Home |