Skip to content

Commit 2f4de0c

Browse files
AllySummerskrisk
authored andcommitted
fix(typescript): add config declaration to types
1 parent 0e603e9 commit 2f4de0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,6 @@ declare namespace Fuse {
287287
}
288288
| { $and?: Expression[] }
289289
| { $or?: Expression[] }
290+
291+
export const config: Required<IFuseOptions<T>>;
290292
}

0 commit comments

Comments
 (0)