mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
finalize is not a promise - fixed
Docs state @return void: https://github.com/archiverjs/node-archiver/blob/0bc4872daf94055ba3fafd958d6769711fa39652/lib/core.js#L131
This commit is contained in:
Vendored
+1
-1
@@ -35,7 +35,7 @@ declare namespace archiver {
|
||||
directory(dirpath: string, destpath: false | string, data?: EntryData | EntryDataFunction): this;
|
||||
file(filename: string, data: EntryData): this;
|
||||
glob(pattern: string, options?: glob.IOptions, data?: EntryData): this;
|
||||
finalize(): Promise<void>;
|
||||
finalize(): void;
|
||||
|
||||
setFormat(format: string): this;
|
||||
setModule(module: Function): this;
|
||||
|
||||
Reference in New Issue
Block a user