Skip to content

Commit

Permalink
fix(typescript): add config declaration to types
Browse files Browse the repository at this point in the history
  • Loading branch information
AllySummers authored and krisk committed Nov 10, 2021
1 parent 0e603e9 commit 2f4de0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,6 @@ declare namespace Fuse {
}
| { $and?: Expression[] }
| { $or?: Expression[] }

export const config: Required<IFuseOptions<T>>;
}

0 comments on commit 2f4de0c

Please sign in to comment.