UNPKG

@octopusdeploy/design-system-components

Version:
6 lines (5 loc) 267 B
/** * Whether `text` matches a user-typed filter, case-insensitively, ignoring the filter's * surrounding whitespace. An empty (or whitespace-only) filter matches everything. */ export declare function matchesFilterText(text: string, filterText: string): boolean;