Skip to content

Commit

Permalink
Remove deprecated SearchOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 17, 2023
1 parent d4748be commit 4481c07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').PhrasesList} PhrasesList
* @typedef {import('./lib/index.js').PhrasesMap} PhrasesMap
*
* @typedef {import('./lib/index.js').Options} SearchOptions
* Deprecated form of `Options`.
*/
// To do: next major: remove `SearchOptions`.

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

0 comments on commit 4481c07

Please sign in to comment.