parseBody.d.ts 94 B

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