function getContentTypeimport { getContentType } from "https://deno.land/x/aleph@1.0.0-alpha.54/lib/mime.ts"; getContentType(filename: string, charset?: string): stringget the content type by file name Parametersfilename: stringoptionalcharset: stringReturnsstring