UNPKG

react-mammoth

Version:

mammoth for React

7 lines 192 B
export function processSize(size) { return !/^\d+$/.test(size) ? size : "".concat(size, "px"); } export function noop() { } // 读取二进制流文件 // //# sourceMappingURL=utils.js.map