Skip to main content
Module

x/valibot/mod.ts>toCustomAsync

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

Creates a async custom transformation function.

Parameters

action: (input: TInput) => TInput | Promise<TInput>

The transform action.