- parseContent(content, prettify?, logger?): Promise<{
content: ArrayBuffer;
headers: Record<string, string>;
}> Parameters
- content: Content
- prettify: boolean = false
Optional logger: default
Returns Promise<{
content: ArrayBuffer;
headers: Record<string, string>;
}>
Parse almost anything into a Buffer that resolves to a string