Utility TypeScript @ 2.0.0-beta.5
    Preparing search index...

    Interface ConsoleUtility<T_OptionalParams>

    The expected shape for utilities (like the built-in console) that either output or log messages.

    2.0.0-beta.3

    Type Parameters

    • T_OptionalParams extends [...any[]] = [...any[]]

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Method shapes for default console output messages.

    Type Declaration

    Method shapes for default console output messages.

    Type Declaration

    Method shapes for default console output messages.

    Type Declaration

    This is intended as a better-named version of the typical console.info() method.

    Type Declaration

    Method shapes for default console output messages.

    Type Declaration

    If this method exists, it should typically be an alias for ConsoleUtility.Mini.verbose.

    Type Declaration