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

    Variable console_timeConst

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

    alias for console.time.

    Type declaration

      • (label?: string): void
      • The console.time() static method starts a timer you can use to track how long an operation takes.

        MDN Reference

        Parameters

        • Optionallabel: string

        Returns void