Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/tapi/src/types/Delegates.d.ts>ValueTransformer

Consume APIs and convert them to TypeScript objects
Latest
type alias ValueTransformer
import { type ValueTransformer } from "https://deno.land/x/tapi@v0.5.1/src/types/Delegates.d.ts";
definition: { in: Action; out: Action; }