Skip to content

Interface.FunctionSchema

github-actions[bot] edited this page May 13, 2026 · 32 revisions

umt / FunctionSchema

Interface: FunctionSchema

Defined in: Validate/function/core.ts:38

Function schema definition. input describes positional parameters and output describes the return type. Both are optional; when omitted the validator only enforces that the value is callable.

Properties

input?

optional input?: readonly AnyValidator[]

Defined in: Validate/function/core.ts:39


output?

optional output?: AnyValidator

Defined in: Validate/function/core.ts:40

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally