Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/arktype/parse/ast/distributableFunction.ts>DistributableFunction

TypeScript's 1:1 validator, optimized from editor to runtime
Latest
type alias DistributableFunction
import { type DistributableFunction } from "https://deno.land/x/arktype@v1.0.10-alpha/parse/ast/distributableFunction.ts";

Type Parameters

optional
input = any
optional
args extends any[] = any[]
optional
output = unknown
definition: (input: input, ...args: args) => output