UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

6 lines 166 B
import type { Config } from "../types"; export declare const readConfig: (directory?: string) => Promise<{ config: Config; path: string; ext: string; } | null>;