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

    Type Alias FormatStackTraceOptions

    type FormatStackTraceOptions = {
        indentation?: string;
        skipMessage?: boolean;
    }
    Index

    Properties

    indentation?: string
    skipMessage?: boolean