UNPKG
text-automation
Version:
latest (1.0.1)
1.0.1
1.0.0
html转译 富文本单个空格 删除空格
text-automation
/
index.js
6 lines
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
const
html_ =
require
(
'./html-text/html.js'
)
const
line_ =
require
(
'./html-text/line.js'
)
module
.
exports
={ ...html_, ...line_ }