UNPKG

@forestadmin/forest-cloud

Version:

Utility to bootstrap and publish forest admin cloud projects customization

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