13 lines
322 B
TypeScript
13 lines
322 B
TypeScript
/**
|
|
* Quick Setup Verification for DSPy.ts Integration
|
|
*
|
|
* This script verifies that all dependencies and imports are working correctly
|
|
* before running the full example.
|
|
*
|
|
* Usage:
|
|
* ```bash
|
|
* npx tsx examples/dspy-verify-setup.ts
|
|
* ```
|
|
*/
|
|
import 'dotenv/config';
|
|
//# sourceMappingURL=dspy-verify-setup.d.ts.map
|