diff --git a/types/index.d.ts b/types/index.d.ts index eb1e3a3..26a95af 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ -export = fuzzyfind +export default fuzzyfind type Options = { accessor?: (a: any) => string precision?: number