UNPKG

@n3okill/utils

Version:
7 lines (6 loc) 151 B
/** * Return content type from extension * @param {string} ext * @returns {string} */ export declare function getContentType(ext: string): string;