UNPKG
react-mammoth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
mammoth for React
react-mammoth
/
lib
/
utils.js
7 lines
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
function
processSize
(
size
) {
return
!
/^\d+$/
.
test
(size) ? size :
""
.
concat
(size,
"px"
); }
export
function
noop
(
) { }
// 读取二进制流文件
//
//# sourceMappingURL=utils.js.map