@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
| Property | Type | Description | Defined in |
|---|---|---|---|
caseInsensitive? | boolean | compare the two strings in case insensitive mode | src/dice-coefficient.ts:10 |