0.1.0 • Published 10 months ago
@burmajs/mime v0.1.0
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"
0.1.0
10 months ago