Interface DumpOpts

    interface DumpOpts {
        depth?: number;
        values?: boolean;
    }
    Index

    Properties

    Properties

    depth?: number

    Max upstream depth to descend. Default Infinity.

    values?: boolean

    Include = value in each line. Default true.