index.d.ts 303 B

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