UNPKG

sardines-shoal

Version:

A built-in service provider for sardines.js

7 lines 334 B
import { Sardines } from 'sardines-core'; export declare const getRepositoryShoalUser: (repoDeployPlan: Sardines.DeployPlan) => { name: string; password: string; } | null; export declare const genSardinesConfigForAgent: (repoDeployPlan: Sardines.DeployPlan) => Sardines.Config | null; //# sourceMappingURL=agent_utils.d.ts.map