"use strict"; // P A C K A G E const html = require("choo-async/html"); // E X P O R T module.exports = exports = err => html`
${err.stack}
`;