UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

6 lines (5 loc) 213 B
import { Tuple } from '../tuple/index.mjs'; /** `[JavaScript]` Extracts the Parameters from the given Function type */ export function Parameters(schema, options) { return Tuple(schema.parameters, options); }