Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

color

color: Chalk & object = chalk

ivar reference to chalk as 'color'

Accessors

stream

stream:

getter for the output stream

Methods

append

  • append(...msgs: any[]): this
  • Append text to existing line

    Parameters

    • Rest ...msgs: any[]

    Returns this

end

  • end(...msgs: any[]): this
  • write messages and close the stream

    Parameters

    • Rest ...msgs: any[]

      end stream with messages

    Returns this

output

  • output(...msg: any[]): this
  • Print messages to the ui stream

    Parameters

    • Rest ...msg: any[]

      messages to print

    Returns this

write

  • write(...msgs: any[]): this
  • Write messages to the stream

    Parameters

    • Rest ...msgs: any[]

      messages to write

    Returns this