UNPKG

@react-native-community/cli-tools

Version:
6 lines 280 B
import { Release } from './getLatestRelease'; /** * Notifies the user that a newer version of React Native is available. */ export default function printNewRelease(name: string, latestRelease: Release, currentVersion: string): void; //# sourceMappingURL=printNewRelease.d.ts.map