Skip to content

Commit f7ec7e6

Browse files
authored
Merge pull request #826 from zaknicholsdev/main
Update `currentFile` metadata type to include `null`
2 parents f43810e + db9cd77 commit f7ec7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface CompressionOptions {
2525

2626
interface Metadata {
2727
percent: number;
28-
currentFile: string;
28+
currentFile: string | null;
2929
}
3030

3131
type OnUpdateCallback = (metadata: Metadata) => void;

0 commit comments

Comments
 (0)