Skip to content

Commit 4481c07

Browse files
committed
Remove deprecated SearchOptions type
1 parent d4748be commit 4481c07

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
* @typedef {import('./lib/index.js').Options} Options
44
* @typedef {import('./lib/index.js').PhrasesList} PhrasesList
55
* @typedef {import('./lib/index.js').PhrasesMap} PhrasesMap
6-
*
7-
* @typedef {import('./lib/index.js').Options} SearchOptions
8-
* Deprecated form of `Options`.
96
*/
10-
// To do: next major: remove `SearchOptions`.
117

128
export {search} from './lib/index.js'

0 commit comments

Comments
 (0)