Skip to content

Commit

Permalink
fix default export in .d.ts. close #70.
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Nov 24, 2024
1 parent de016fd commit 6795b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/uFuzzy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ declare class uFuzzy {
): TAccum;
}

export = uFuzzy;
export default uFuzzy;

declare namespace uFuzzy {
/** needle's terms */
Expand Down

0 comments on commit 6795b18

Please sign in to comment.