UNPKG

@cto.ai/ops-rc

Version:

💻 CTO.ai Ops - The CLI built for Teams 🚀

4 lines (3 loc) • 235 B
import { OpCommand, OpWorkflow, OpPipeline } from './../types'; export declare const checkPathOpsYmlExists: (nameOrPath: string) => boolean; export declare const isCommand: (op: OpCommand | OpPipeline | OpWorkflow) => op is OpCommand;