We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SearchOptions
1 parent d4748be commit 4481c07Copy full SHA for 4481c07
index.js
@@ -3,10 +3,6 @@
3
* @typedef {import('./lib/index.js').Options} Options
4
* @typedef {import('./lib/index.js').PhrasesList} PhrasesList
5
* @typedef {import('./lib/index.js').PhrasesMap} PhrasesMap
6
- *
7
- * @typedef {import('./lib/index.js').Options} SearchOptions
8
- * Deprecated form of `Options`.
9
*/
10
-// To do: next major: remove `SearchOptions`.
11
12
export {search} from './lib/index.js'
0 commit comments