@oazmi/kitchensink - v0.9.16
    Preparing search index...

    Variable console_timeLogConst

    console_timeLog: (label?: string, ...data: any[]) => void = ...

    alias for console.timeLog.

    Type declaration

      • (label?: string, ...data: any[]): void
      • The console.timeLog() static method logs the current value of a timer that was previously started by calling console/time_static.

        MDN Reference

        Parameters

        • Optionallabel: string
        • ...data: any[]

        Returns void