Type Alias AlignOpts

AlignOpts: {
    debug?: boolean;
    matchThreshold?: number;
}

Options for alignmnent

Type declaration

  • Optional Readonlydebug?: boolean

    If true, additional console messages are printed during execution.

  • Optional ReadonlymatchThreshold?: number

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