@nx/react-native
Version:
7 lines (6 loc) • 463 B
TypeScript
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
/**
* Logic copied from `packages/react-native/src/utils/get-cli-options.ts`,
* which was used by most executors to map their options to CLI options.
*/
export declare function createProcessOptions(executorName: string, optionKeysToIgnore: string[], optionKeysInCamelName: string[]): (projectName: string, options: any, migrationLogs: AggregatedLog) => void;