dohdec
    Preparing search index...

    Interface VerboseOptions

    interface VerboseOptions {
        timeout?: number | null;
        verbose?: number;
        verboseStream?: Writable;
    }
    Index

    Properties

    timeout?: number | null

    Timeout for requests.

    verbose?: number

    How verbose do you want your logging?

    verboseStream?: Writable

    Where to write verbose output.