UNPKG

225 BTypeScriptView Raw
1export declare const COMMON_MIME_TYPES: Map<string, string>;
2export declare function toFileWithPath(file: FileWithPath, path?: string): FileWithPath;
3export interface FileWithPath extends File {
4 readonly path?: string;
5}