4 lines
217 B
TypeScript
4 lines
217 B
TypeScript
import commander from 'commander';
|
|
/** Generates a source file listing all packages to link in the runtime */
|
|
export declare function generateModulesProviderCommand(cli: commander.CommanderStatic): commander.Command;
|