UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

6 lines (5 loc) 207 B
/** * Evaluates code in the current environment. This function matches centralized * evaluation as implemented in TypeBox 1.x. */ export declare function Evaluate(...args: string[]): globalThis.Function;