UNPKG

@grnsft/if

Version:

Impact Framework

10 lines (9 loc) 288 B
/** * Checks if the `manifests` command is provided and they are valid manifests files or a folder. */ export declare const parseIfMergeArgs: () => Promise<{ manifests: string[]; output: string | undefined; name: string | undefined; description: string | undefined; }>;