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

    Variable console_timeEndConst

    console_timeEnd: (label?: string) => void = ...

    alias for console.timeEnd.

    Type declaration

      • (label?: string): void
      • The console.timeEnd() static method stops a timer that was previously started by calling console/time_static.

        MDN Reference

        Parameters

        • Optionallabel: string

        Returns void