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) 165 B
import { DeploymentCustomizer } from './DeploymentCustomizer'; export declare class PostDeployersRegistry { static getPostDeployers(): DeploymentCustomizer[]; }