UNPKG

@actions/artifact

Version:
5 lines (4 loc) 127 B
/** * Gets the MIME type for a file based on its extension */ export declare function getMimeType(filePath: string): string;