clide-js
    Preparing search index...

    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.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Log a message to stdout.

      Parameters

      • ...message: unknown[]

        Any number of arguments to log.

      Returns void

    • Log a warning message to stdout.

      Parameters

      • ...warning: any

        Any number of arguments to log.

      Returns void