1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00

Type in types file

This commit is contained in:
Jeff Schiller 2024-02-03 14:25:26 -08:00
parent 1fab6b1c16
commit 51a4f84e13

View file

@ -49,7 +49,7 @@ export class UnarchiveStartEvent extends UnarchiveEvent {
/** Finish event. */
export class UnarchiveFinishEvent extends UnarchiveEvent {
/**
* @param {Object} metadata A collection fo metadata about the archive file.
* @param {Object} metadata A collection of metadata about the archive file.
*/
constructor(metadata?: any);
metadata: any;