UNPKG

@flxbl-io/sfp

Version:

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

2 lines (1 loc) 85 B
export declare function chunkArray(perChunk: number, inputArray: any[]): Array<any>;