JSPM

@jfonx/console-utils

1.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 8092
    • Score
      100M100P100Q137343F

    Package Exports

    • @jfonx/console-utils

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jfonx/console-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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