import { type ToTrimmedTransformation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
To trimmed transformation type.
definition: BaseTransformation<string> & { type: "to_trimmed"; }
import { type ToTrimmedTransformation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
To trimmed transformation type.