// // Copyright © 2024 Hardcore Engineering Inc. // import mammoth from 'mammoth' export async function convertToHtml (buffer: Buffer): Promise { return (await mammoth.convertToHtml({ buffer })).value }