Home > scrubbr > ScrubbrOptions

ScrubbrOptions type

Options passed to the Scrubbr constructor

Signature:

export declare type ScrubbrOptions = {
    logLevel?: LogLevel;
    logNesting?: boolean | string;
    logPrefix?: string;
    throwOnError?: boolean;
};

References: LogLevel