We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FilterOptions
1 parent 4c8c013 commit ed30722Copy full SHA for ed30722
index.js
@@ -1,9 +1,5 @@
1
/**
2
* @typedef {import('./lib/index.js').Options} Options
3
- *
4
- * @typedef {Options} FilterOptions
5
- * Deprecated, use `Options`.
6
*/
7
-// To do: next major: remove `FilterOptions`.
8
9
export {filter} from './lib/index.js'
0 commit comments