UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

8 lines 253 B
export type GitInfo = { repository: string | null; pullRequestNumber: string | null; commit: string | null; author: string | null; }; export declare function gitInfo(noGit: () => void): Promise<GitInfo>; //# sourceMappingURL=git.d.ts.map