UNPKG

@zhanghongping/json-sage-workflow-cli

Version:

An intelligent JSON processing workflow system with improved error handling and configuration

5 lines (4 loc) 105 B
export declare function validateSchema(filePath: string): Promise<{ valid: any; errors: any; }>;