default_type went away in mime v2

This commit is contained in:
Erik Krogh Kristensen 2019-02-05 14:59:30 +01:00
parent c807902931
commit dfbfa7edd9

View File

@ -13,5 +13,3 @@ export interface TypeMap { [key: string]: string[]; }
export function getType(path: string): string | null;
export function getExtension(mime: string): string | null;
export function define(mimes: TypeMap, force?: boolean): void;
export const default_type: string;