import { type ToUpperCaseTransformation } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
To upper case transformation type.
definition: BaseTransformation<string> & { type: "to_upper_case"; }
x/valibot/src/index.ts>ToUpperCaseTransformation
import { type ToUpperCaseTransformation } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
To upper case transformation type.