mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-29 08:54:29 +00:00
default_type went away in mime v2
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user