UNPKG

eformat

Version:

支持在多个目录下快速批量编辑和格式化 HTML 文件.

6 lines (5 loc) 121 B
const { formatHtml, selectDirectory } = require('./format-html'); module.exports = { formatHtml, selectDirectory, };