import { minSize } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
Creates a pipeline validation action that validates the size of a map, set or blob.
Type Parameters
TInput extends Map<any, any> | Set<any> | Blob
Parameters
requirement: TRequirement
The minimum size.
optional
message: ErrorMessageThe error message.
Returns
A validation action.