UNPKG
eformat
Version:
latest (1.0.3)
1.0.21
1.0.3
1.0.2
1.0.1
1.0.0
支持在多个目录下快速批量编辑和格式化 HTML 文件.
eformat
/
src
/
editor.js
6 lines
(5 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
const
{ formatHtml, selectDirectory } =
require
(
'./format-html'
);
module
.
exports
= { formatHtml, selectDirectory, };