import { toUpperCase } from "https://deno.land/x/valibot@v0.24.0/src/transformations/index.ts";
Creates a transformation function that converts all the alphabetic characters in a string to uppercase.
Returns
A transformation function.
x/valibot/src/transformations/index.ts>toUpperCase
import { toUpperCase } from "https://deno.land/x/valibot@v0.24.0/src/transformations/index.ts";
Creates a transformation function that converts all the alphabetic characters in a string to uppercase.
A transformation function.