Skip to content

@technobuddha > library > String > Fuzzy Match

Type Alias: DiceCoefficientOptions

ts
type DiceCoefficientOptions = {
  caseInsensitive?: boolean;
};

Defined in: dice-coefficient.ts:8

Options for the diceCoefficient function

Properties

PropertyTypeDescriptionDefined in
caseInsensitive?booleancompare the two strings in case insensitive modesrc/dice-coefficient.ts:10