UNPKG

@microsoft.azure/autorest.testserver

Version:
8 lines (7 loc) 196 B
/** * Cleanup the raw content: * - trim whitespaces * - replace \r\n with \n * @param rawContent: raw content to clean. */ export declare const cleanupBody: (rawContent: string) => string;