Skip to content

Commit

Permalink
Correct getURL type.
Browse files Browse the repository at this point in the history
  • Loading branch information
altearius committed Feb 13, 2024
1 parent 1059a2f commit 4a22f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-id3-writer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ declare module 'browser-id3-writer' {

getBlob(): Blob;

getURL(): URL;
getURL(): string;

revokeURL(): void;
}
Expand Down

0 comments on commit 4a22f11

Please sign in to comment.