UNPKG

280 BTypeScriptView Raw
1import { Release } from './getLatestRelease';
2/**
3 * Notifies the user that a newer version of React Native is available.
4 */
5export default function printNewRelease(name: string, latestRelease: Release, currentVersion: string): void;
6//# sourceMappingURL=printNewRelease.d.ts.map
\No newline at end of file