UNPKG

oberknecht-utils

Version:
7 lines (6 loc) 205 B
export declare function matchStrings(searchString: string, matchString: string, options?: { weight?: number; ignoreCase?: boolean; ignoreSpaces?: boolean; ignoreWord?: boolean; }): number;