UNPKG

sardines-shoal

Version:

A built-in service provider for sardines.js

4 lines 397 B
import { Sardines } from 'sardines-core'; export declare const deploy: (deployPlan: Sardines.DeployPlan, serviceDefinitions: any[], providerCache: Sardines.Runtime.ProviderCache, verbose?: boolean) => Promise<Sardines.Runtime.DeployResult | null>; export declare const exec: (serviceDefinitions: any) => Promise<Sardines.Runtime.DeployResult | null>; //# sourceMappingURL=service_deployer.d.ts.map