log: ((...args) => void) = ...

Type declaration

    • (...args): void
    • Logs the provided arguments to the console.

      Parameters

      • Rest ...args: any[]

        The arguments to be logged.

      Returns void

      Memberof

      DEBUG

      Function

Generated using TypeDoc