UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

5 lines (4 loc) 153 B
/** * Detect content type from file data or filename extension */ export declare const getContentType: (data: any, key: string) => string | undefined;