@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Interface OutputFormatter

    interface OutputFormatter {
        format(input: string, options?: FormatOptions): string;
        getFormatString(options?: FormatOptions): string;
        reset(): string;
    }
    Index

    Methods