0.1.0 • Published 10 months ago

@burmajs/mime v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

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