fix export
This commit is contained in:
@@ -130,9 +130,7 @@ const extensionToMimeType: Record<
|
|||||||
* `mimeType`. If `mimeType` is not available, we try to infer it through
|
* `mimeType`. If `mimeType` is not available, we try to infer it through
|
||||||
* various means.
|
* various means.
|
||||||
*/
|
*/
|
||||||
export async function classifyImagePickerAsset(
|
async function classifyImagePickerAsset(asset: ImagePickerAsset): Promise<
|
||||||
asset: ImagePickerAsset,
|
|
||||||
): Promise<
|
|
||||||
| {
|
| {
|
||||||
success: true
|
success: true
|
||||||
type: AssetType
|
type: AssetType
|
||||||
|
|||||||
Reference in New Issue
Block a user