UNPKG

372 BTypeScriptView Raw
1import { Config } from '@react-native-community/cli-types';
2/**
3 * Upgrade application to a new version of React Native.
4 */
5declare function upgrade(argv: Array<string>, ctx: Config): Promise<void>;
6declare const upgradeCommand: {
7 name: string;
8 description: string;
9 func: typeof upgrade;
10};
11export default upgradeCommand;
12//# sourceMappingURL=upgrade.d.ts.map
\No newline at end of file