Class Client

A client that can be used to log messages, errors, and prompt the user.

This is a WIP and will be built out more in the future. For now, it's just a simple wrapper around console and prompts.

Constructors

Methods

Constructors

Methods

  • Log a message to stdout.

    Parameters

    • Rest...message: any

      Any number of arguments to log.

    Returns void

  • Log a warning message to stdout.

    Parameters

    • Rest...warning: any

      Any number of arguments to log.

    Returns void