Documentation
    Preparing search index...

    Interface ExtractorOptions<TShape>

    interface ExtractorOptions<TShape = unknown> {
        isDuplicate?: (a: TShape, b: TShape) => boolean;
    }

    Type Parameters

    • TShape = unknown
    Index

    Properties

    Properties

    isDuplicate?: (a: TShape, b: TShape) => boolean