* Allows filtering of the search providers to query. * @param query The query that should be run. * @param providerNames The names of the available search providers. * @default undefined
(query: string, providerNames: Array<string>)
| 66 | * @default undefined |
| 67 | */ |
| 68 | filter?(query: string, providerNames: Array<string>): Array<string>; |
| 69 | } |
| 70 | |
| 71 | function noop() {} |
no outgoing calls
no test coverage detected