mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
default_type went away in mime v2
This commit is contained in:
parent
c807902931
commit
dfbfa7edd9
2
types/mime/index.d.ts
vendored
2
types/mime/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user