UNPKG

@forestadmin/forest-cloud

Version:

Utility to bootstrap and publish forest admin cloud projects customization

4 lines 302 B
import type HttpServer from '../services/http-server'; import type { Spinner } from '../types'; export default function checkLatestVersion(spinner: Spinner, customerVersion: string, getLatestVersion: typeof HttpServer.getLatestVersion): Promise<void>; //# sourceMappingURL=check-latest-version.d.ts.map