mime ESM Install npm i @burmajs/mime import mimeType from "@burmajs/mime"; const { type, typeOf } = mimeType("html"); console.log(type); // "text/html" console.log(typeOf); // "text"