UNPKG

@wroud/git

Version:

A lightweight toolset for working with local git, including utilities for retrieving git commits and tags, ideal for CI/CD pipelines and automated release workflows.

5 lines 207 B
/** * Validates that Git is installed and the current directory is a Git repository. */ export declare function validateGitEnvironment(): Promise<void>; //# sourceMappingURL=validateGitEnvironment.d.ts.map