UNPKG

kequapp

Version:

A minimal, zero-magic Node web framework built on native APIs

3 lines (2 loc) 133 B
import type { TParams } from '../types.ts'; export default function guessContentType(asset: string, contentTypes?: TParams): string;