Add missing semicolon
This commit is contained in:
@@ -74,7 +74,7 @@ type FileLike = File & {
|
||||
};
|
||||
|
||||
type ZipObj = {
|
||||
crc?: Crc32,
|
||||
crc?: Crc32;
|
||||
uncompressedLength: number;
|
||||
compressedLength: number;
|
||||
ctrl: ReadableStreamDefaultController;
|
||||
|
||||
Reference in New Issue
Block a user