ixfx
    Preparing search index...

    Type Alias AlignOpts

    Options for alignmnent

    type AlignOpts = {
        debug?: boolean;
        matchThreshold?: number;
    }
    Index

    Properties

    debug?: boolean

    If true, additional console messages are printed during execution.

    matchThreshold?: number

    If the similarity score is above this threshold, consider them the same