UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

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