NPM Build Utilities @ 0.1.3
    Preparing search index...

    Class _Stage_Console_VarInspectPrivate Internal

    To be used by Stage_Console.

    Includes a variety of utilities for printing variable inspections to the console.

    0.1.0-alpha

    Implements

    Index

    Constructors

    Properties

    _msgArgs: (
        level?: number,
        msgArgs?: Partial<MessageMaker.BulkMsgArgs>,
        timeArgs?: Partial<MessageMaker.BulkMsgArgs>,
    ) => {
        msg: Partial<MessageMaker.BulkMsgArgs>;
        time: Partial<MessageMaker.BulkMsgArgs>;
    }

    Function to construct a MessageMaker.BulkMsgArgs object.

    Type declaration

    config: Config.Class

    Current project config.

    params: Params

    Current CLI params.

    Instance to use within the class.

    Methods