Commit 7cabc208 authored by bhsdodo's avatar bhsdodo Committed by GitHub

feat(typedefs): add disconnect method (#70)

parent a7cd7aea
......@@ -34,6 +34,7 @@ interface SMB2Writable extends Writable {}
declare class SMB2 {
constructor(options: ISMB2Options);
disconnect(): void;
exists(path: string): Promise<boolean>;
exists(path: string, cb: (err?: Error, exists?: boolean) => void): void;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment