import { type BaseTransformationAsync } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/types/transformation.ts";
Base transformation async type.
Properties
readonly
reference: (...args: any[]) => BaseTransformation<any, any, BaseIssue<unknown>> | BaseTransformationAsync<any, any, BaseIssue<unknown>>The transformation reference.
readonly
~validate: (dataset: SuccessDataset<TInput>, config: Config<BaseIssue<unknown>>) => Promise<OutputDataset<TOutput, BaseIssue<unknown> | TIssue>>Transforms known input values.