index.d.ts 269 B

12345678
  1. export declare const convert: (request: any, options: {
  2. indentType: string;
  3. indentCount: number;
  4. requestTimeout: number;
  5. requestBodyTrim: boolean;
  6. followRedirect: boolean;
  7. }, callback: Function) => any;
  8. export declare const getOptions: () => any[];