UNPKG

@jin7942/ray

Version:

Lightweight CI/CD deployment tool powered by Docker and Git

8 lines (7 loc) 254 B
import { Config } from '../_types/config'; /** * Validates a Config object. Throws an Error if any required field is invalid. * * @param config - The project configuration to validate. */ export declare function validateConfig(config: Config): void;