4 lines
214 B
TypeScript
4 lines
214 B
TypeScript
import commander from 'commander';
|
|
/** Searches for available expo modules and resolves the results for given platform. */
|
|
export declare function resolveCommand(cli: commander.CommanderStatic): commander.Command;
|