UNPKG

@patchworkdev/pdk

Version:

Patchwork Development Kit

3 lines 202 B
import { DeployConfig, DeploymentAddresses } from './types'; export declare function localDevUp(configPath: string, config?: DeployConfig): Promise<DeploymentAddresses>; //# sourceMappingURL=up.d.ts.map