UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

8 lines (7 loc) 216 B
/** * Evaluates code in the current environment. This function matches centralized * evaluation as implemented in TypeBox 1.x. */ export function Evaluate(...args) { return new globalThis.Function(...args); }