We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8adba commit f9e2d5fCopy full SHA for f9e2d5f
lib/Connection.d.ts
@@ -76,6 +76,7 @@ export default class Connection {
76
setRole(role: string, enabled: boolean): Connection;
77
status: string;
78
buildRequestObject(params: any): http.ClientRequestArgs;
79
+ // @ts-ignore
80
[inspect.custom](object: any, options: InspectOptions): string;
81
}
82
0 commit comments