| 12345678 |
- export declare function getOptions(): any[];
- export declare function convert(request: any, options: {
- indentType: string;
- indentCount: number;
- requestTimeout: number;
- requestBodyTrim: boolean;
- followRedirect: boolean;
- }, callback: Function): any;
|