7 lines
311 B
TypeScript
7 lines
311 B
TypeScript
import commander from 'commander';
|
|
/** Generates a source file listing all packages to link.
|
|
* @privateRemarks
|
|
* This command is deprecated for apple platforms, use `generate-modules-provider` instead.
|
|
*/
|
|
export declare function generatePackageListCommand(cli: commander.CommanderStatic): commander.Command;
|