export default function doctypeToString(doctype) { if (doctype === null) { return '' } const doctypeString = `` return doctypeString }