Pilates
    Preparing search index...

    Interface RenderOptions

    Options for render().

    interface RenderOptions {
        ansi?: boolean;
    }
    Index

    Properties

    Properties

    ansi?: boolean

    If false, ANSI escape sequences are stripped from the output regardless of TTY detection. Defaults to process.stdout.isTTY when running under Node, or true otherwise.