Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/file-selector/dist/file.d.ts

export declare const COMMON_MIME_TYPES: Map<string, string>;
export declare function toFileWithPath(file: FileWithPath, path?: string): FileWithPath;
export interface FileWithPath extends File {
    readonly path?: string;
}
Back to Directory File Manager