UNPKG

util-http

Version:
7 lines (6 loc) 239 B
import type { ContentTypeHandlerKey } from "./types"; export declare const contentTypes: Record<string, ContentTypeHandlerKey>; declare const _default: { contentTypes: Record<string, ContentTypeHandlerKey>; }; export default _default;