Type Alias TlogMethod

TlogMethod: ((...argsToPrint: any[]) => any[])

All l.xxx() log methods (eg .log(), l.warn() etc use this type

Type declaration

    • (...argsToPrint): any[]
    • Parameters

      • Rest...argsToPrint: any[]

        the args to print

      Returns any[]

      the args to print, passed through verbatim.