mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
zlib.params with mandatory callback
This commit is contained in:
Vendored
+1
-1
@@ -1446,7 +1446,7 @@ declare module "zlib" {
|
||||
}
|
||||
|
||||
export interface ZlibParams {
|
||||
params(level: number, strategy: number, callback?: () => void): void;
|
||||
params(level: number, strategy: number, callback: () => void): void;
|
||||
}
|
||||
|
||||
export interface ZlibReset {
|
||||
|
||||
Reference in New Issue
Block a user