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

    Variable console_dirConst

    console_dir: (item?: any, options?: any) => void = ...

    alias for console.dir.

    Type declaration

      • (item?: any, options?: any): void
      • The console.dir() static method displays a list of the properties of the specified JavaScript object.

        MDN Reference

        Parameters

        • Optionalitem: any
        • Optionaloptions: any

        Returns void