UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

5 lines (4 loc) 163 B
import { DeploymentCustomizer } from './DeploymentCustomizer'; export declare class PreDeployersRegistry { static getPreDeployers(): DeploymentCustomizer[]; }