parseBody.d.ts 115 B

12
  1. declare function _exports(request: any, trimRequestBody: boolean, indentation: string): string;
  2. export = _exports;