UNPKG

payload-plugin-cloud-storage

Version:

Remote storage plugin for Payload CMS.

10 lines (9 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isImage(mimeType) { if (typeof mimeType === 'string') { return ['image/jpeg', 'image/png', 'image/gif', 'image/svg+xml'].indexOf(mimeType) > -1; } return false; } exports.default = isImage;