clear-af.js
    Preparing search index...

    Function logHeader

    • Function

      Display a header with a title in the center

      Parameters

      • title: string

        The title of the header

      Returns void

      logHeader("Welcome");
      // Output:
      // ╔═════════╗
      // ║ Welcome ║
      // ╚═════════╝