UNPKG

126 BJavaScriptView Raw
1const fs = require('fs-extra');
2
3module.exports = function parseHtml(filepath) {
4 return fs.readFileSync(filepath, 'utf8');
5}
\No newline at end of file