import { mimeType } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Creates a validation function that validates the MIME type of a file.
Type Parameters
TInput extends Blob
Parameters
requirement: TRequirement
The MIME types.
optional
message: ErrorMessage = [UNSUPPORTED]The error message.
Returns
A validation function.