@centure/node-sdk
Version:
A Typescript SDK for interacting with Centure's API
7 lines • 314 B
TypeScript
/**
* Checks if a MIME type represents an image format supported by Centure scanning
* @param mimeType - The MIME type to check (optional)
* @returns true if the MIME type is a supported image format
*/
export declare function isImageMimeType(mimeType?: string): boolean;
//# sourceMappingURL=is-image.d.ts.map