Skip to main content
Module

x/valibot/mod.ts>ToCustomTransformation

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias ToCustomTransformation
import { type ToCustomTransformation } from "https://deno.land/x/valibot@v0.26.0/mod.ts";

To custom transformation type.

definition: BaseTransformation<TInput> & { type: "to_custom"; }