Skip to content

Commit 6795b18

Browse files
committed
fix default export in .d.ts. close #70.
1 parent de016fd commit 6795b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/uFuzzy.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ declare class uFuzzy {
5353
): TAccum;
5454
}
5555

56-
export = uFuzzy;
56+
export default uFuzzy;
5757

5858
declare namespace uFuzzy {
5959
/** needle's terms */

0 commit comments

Comments
 (0)