UNPKG

pompelmi

Version:

Prototipo di scanner di file lato cliente

8 lines (7 loc) 157 B
/** * Validates a File by MIME type and size (max 5 MB). */ export declare function validateFile(file: File): { valid: boolean; error?: string; };