function toCustomimport { toCustom } from "https://deno.land/x/valibot@v0.19.0/src/transformations/toCustom/index.ts"; toCustom<TInput>(action: (input: TInput) => TInput)Creates a custom transformation function. Type ParametersTInputParametersaction: (input: TInput) => TInputThe transform action.