import * as valibot from "https://deno.land/x/valibot@v0.5.0/src/transformations/toUpperCase/index.ts";
Functions
Creates a transformation functions that converts all the alphabetic characters in a string to uppercase. |
x/valibot/src/transformations/toUpperCase/index.ts
import * as valibot from "https://deno.land/x/valibot@v0.5.0/src/transformations/toUpperCase/index.ts";
Creates a transformation functions that converts all the alphabetic characters in a string to uppercase. |