dataview-stream - v1.4.0
    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

    • Parameters

      • text: string
      • styleType: Style

      Returns string