@ac-essentials/misc-util
    Preparing search index...

    Type Alias CaptureV8StackTraceOptions

    type CaptureV8StackTraceOptions = {
        maxFrames?: number;
        reference?: Function | null;
    }
    Index

    Properties

    maxFrames?: number
    reference?: Function | null