UNPKG

@graphql-codegen/cli

Version:
7 lines (6 loc) 230 B
/** * Fetches the version directly from the registry instead of depending on * an ESM only module as latest-version does. * @param packageName */ export declare function getLatestVersion(packageName: string): Promise<string>;