@iocium/ioc-diff
    Preparing search index...

    Type Alias DiffOptions

    Options to customize IOC diff behavior.

    type DiffOptions = {
        compareSeverity?: boolean;
        compareTags?: boolean;
        fuzzyMatch?: boolean;
        fuzzyThreshold?: number;
        matchBy?: "value" | "value+type";
    }
    Index

    Properties

    compareSeverity?: boolean
    compareTags?: boolean
    fuzzyMatch?: boolean
    fuzzyThreshold?: number
    matchBy?: "value" | "value+type"