import { toUpperCase } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline transformation action that converts all the alphabetic characters in a string to uppercase.
Returns
A transformation action.
import { toUpperCase } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline transformation action that converts all the alphabetic characters in a string to uppercase.
A transformation action.