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

    Variable console_dirxmlConst

    console_dirxml: (...data: any[]) => void = ...

    alias for console.dirxml.

    Type declaration

      • (...data: any[]): void
      • The console.dirxml() static method displays an interactive tree of the descendant elements of the specified XML/HTML element.

        MDN Reference

        Parameters

        • ...data: any[]

        Returns void