UNPKG

sf-decomposer

Version:

Break down large Salesforce metadata files into smaller, more manageable files for version control and then recreate deployment-compatible files.

6 lines (5 loc) 250 B
import { MetaAttributes } from '../helpers/types.js'; export declare function getRegistryValuesBySuffix(metaSuffix: string, command: string, ignoreDirs: string[] | undefined): Promise<{ metaAttributes: MetaAttributes; ignorePath: string; }>;