UNPKG

@nasriya/mimex

Version:

A lightweight MIME type and file extension manager for Node.js and web applications. Mimex provides fast lookup, extension-to-MIME and MIME-to-extension resolution, and easy registration of custom types.

4 lines (3 loc) 117 B
import mimex from "./mimex"; export { mimes, extensions, Mime, Extension } from "./mimeTypes"; export default mimex;