ioium
    Preparing search index...

    Interface TableOptions

    interface TableOptions {
        indent?: number;
        noOutput?: boolean;
        formatHead?(text: string): string;
    }
    Index

    Properties

    Methods

    Properties

    indent?: number

    If specified, indent by this about of spaces before each row

    noOutput?: boolean

    If set do not output anything. Useful for when you want interleaved output

    Methods

    • Customize the header formatting

      Parameters

      • text: string

      Returns string