UNPKG

@jin7942/ray

Version:

Lightweight CI/CD deployment tool powered by Docker and Git

12 lines (11 loc) 341 B
import type { Config } from '../_types/config'; export declare function setGlobalConfig(c: Config): void; export declare function getGlobalConfig(): Config; /** * Returns extracted settings relevant to logging */ export declare function getLogSettings(): { logDir: string; maxSize: number; level: "info" | "warn" | "error"; };