UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

7 lines (6 loc) 278 B
/** * Fetches the latest version of an npm package from the registry * @param packageName - The name of the package to check * @returns The latest version string, or null if not found */ export declare function getLatestVersion(packageName: string): Promise<string | null>;