UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

5 lines (4 loc) 120 B
export declare function gitInfo(noGit: () => void): Promise<{ commit: string | null; author: string | null; }>;