Skip to main content
Go to Latest
type alias TransformFunction
import { type TransformFunction } from "https://deno.land/x/openbox@1.1.8/deps.ts";

Type Parameters

optional
T = any
optional
U = any
definition: (value: T) => U