UNPKG
react-mammoth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
mammoth for React
react-mammoth
/
src
/
utils.ts
8 lines
(6 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
function
processSize
(
size
:
number
|
string
) {
return
!
/^\d+$/
.
test
(size
as
string
) ? size :
`
${size}
px`
; }
export
function
noop
(
) {}
// 读取二进制流文件
//