const wrapBody = (body: string) => { return ` Document
${body}
`; }; export { wrapBody };