Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

validate_config

Function
This function is defined in the config module.

Signature

def validate_config(config: Record<string, any>,
  schema: Record<string, { type: string; required?: boolean }>) -> 

Source

View on GitHub

src/config/index.ts at line 1061

TypeScript Guide

JS Development