UNPKG

cache-content-type

Version:

Create a full Content-Type header given a MIME type or extension and cache the result

3 lines (2 loc) 87 B
export declare function getType(type: string): string | false; export default getType;