diff --git a/types/pull-handshake/index.d.ts b/types/pull-handshake/index.d.ts index 611ad8a..4aa5044 100644 --- a/types/pull-handshake/index.d.ts +++ b/types/pull-handshake/index.d.ts @@ -12,6 +12,7 @@ type Options = { export type Handshake = { handshake: { + abort: () => void; read: (length: number, cb: (error: Error, buffer: Buffer) => void) => void; write: (buffer: Buffer) => void; }