dataview-stream - v2.0.2
    Preparing search index...

    Interface InspectOptions

    interface InspectOptions {
        colors?: boolean;
        depth?: number | null;
        maxArrayLength?: number | null;
        stylize(text: string, styleType: Style): string;
    }
    Index

    Properties

    colors?: boolean
    depth?: number | null
    maxArrayLength?: number | null

    Methods