Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>MapItemsAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface MapItemsAction
implements BaseTransformation<TInput, TOutput[], never>
import { type MapItemsAction } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Map items action type.

Type Parameters

TInput extends readonly unknown[]
TOutput

Properties

readonly
type: "map_items"

The action type.

readonly
reference: mapItems

The action reference.

readonly
operation: ArrayAction<TInput, TOutput>

The map items operation.