parseBody.d.ts 108 B

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