UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 194 B
import type { AgentContext } from "../../types"; export declare const getAgentUserName: (context: AgentContext) => string; export declare const getAgentUserId: (context: AgentContext) => string;