committed by
GitHub
parent
2f92b28bce
commit
c76d0249c0
1
lib/Connection.d.ts
vendored
1
lib/Connection.d.ts
vendored
@ -76,6 +76,7 @@ export default class Connection {
|
|||||||
setRole(role: string, enabled: boolean): Connection;
|
setRole(role: string, enabled: boolean): Connection;
|
||||||
status: string;
|
status: string;
|
||||||
buildRequestObject(params: any): http.ClientRequestArgs;
|
buildRequestObject(params: any): http.ClientRequestArgs;
|
||||||
|
// @ts-ignore
|
||||||
[inspect.custom](object: any, options: InspectOptions): string;
|
[inspect.custom](object: any, options: InspectOptions): string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user