mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
last any type + reference
This commit is contained in:
Vendored
+1
-1
@@ -58,7 +58,7 @@ declare module zip {
|
||||
export class Writer {
|
||||
public init(callback: () => void, onerror?: (error: any) => void): void;
|
||||
public writeUint8Array(array: Uint8Array, callback: () => void, onerror?: (error: any) => void): void;
|
||||
public getData(callback: (data) => void, onerror?: (error: any) => void) : void;
|
||||
public getData(callback: (data: any) => void, onerror?: (error: any) => void) : void;
|
||||
}
|
||||
|
||||
export class TextWriter extends Writer {
|
||||
|
||||
Reference in New Issue
Block a user