UNPKG

@graphql-codegen/cli

Version:

<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>

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>;