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

    Variable console_groupEndConst

    console_groupEnd: () => void = ...

    alias for console.groupEnd.

    Type declaration

      • (): void
      • The console.groupEnd() static method exits the current inline group in the console.

        MDN Reference

        Returns void