UNPKG

420 BTypeScriptView Raw
1export function lookup(filenameOrExt: string): string | false;
2export function contentType(filenameOrExt: string): string | false;
3export function extension(typeString: string): string | false;
4export function charset(typeString: string): string | false;
5export namespace charsets {
6 const lookup: typeof charset;
7}
8export const types: { [key: string]: string };
9export const extensions: { [key: string]: string[] };