(mimeType: string)
| 193 | }; |
| 194 | |
| 195 | export const isSupportImage = (mimeType: string) => { |
| 196 | return !NO_SUPPORT_IMG_MIME_TYPE.includes(mimeType); |
| 197 | }; |
| 198 | |
| 199 | // Get a preview of the file |
| 200 | // 1. Pictures, PDF Show pictures |
no outgoing calls
no test coverage detected