UNPKG

@flxbl-io/sfp

Version:

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

8 lines (7 loc) 310 B
export default class PackageEmptyChecker { static isToBreakBuildForEmptyDirectory(projectDir: string, sourceDirectory: string, isToBreakBuildIfEmpty: boolean): { message: string; result: string; }; static isEmptyFolder(projectDirectory: string, sourceDirectory: string): boolean; }