UNPKG

@flxbl-io/sfp

Version:

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

6 lines (5 loc) 135 B
export default class IgnoreFiles { private _ignore; constructor(pattern: string); filter(pathnames: string[]): string[]; }