UNPKG

react-mammoth

Version:

mammoth for React

8 lines (6 loc) 181 B
export function processSize(size: number | string) { return !/^\d+$/.test(size as string) ? size : `${size}px`; } export function noop() {} // 读取二进制流文件 //