import { size } from "https://deno.land/x/valibot@v0.28.1/mod.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 size.
Returns
SizeValidation<TInput, TRequirement>
A validation action.