Skip to content

Commit

Permalink
Add missing semi
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed May 13, 2024
1 parent b737511 commit 03435fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const formats: FormatsType;

type AsyncConfigType<F> = {
format?: FormatType<F>;
options?: ExecAsyncOptions
options?: ExecAsyncOptions;
};

type SyncConfigType<F> = {
Expand Down

0 comments on commit 03435fe

Please sign in to comment.