@jfonx/console-utils
Last updated 7 years ago by justkey .
Original npm · Tarball · package.json
$ cnpm install @jfonx/console-utils 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.3                                ...           latest (7 years ago)

3 Versions

  • 1.0.3                                ...           7 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |