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

    Variable console_infoConst

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

    alias for console.info.

    Type declaration

      • (...data: any[]): void
      • The console.info() static method outputs a message to the console at the 'info' log level.

        MDN Reference

        Parameters

        • ...data: any[]

        Returns void