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