mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Type in types file
This commit is contained in:
parent
1fab6b1c16
commit
51a4f84e13
1 changed files with 1 additions and 1 deletions
2
types/archive/events.d.ts
vendored
2
types/archive/events.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue