UNPKG

apisurf

Version:

Analyze API surface changes between npm package versions to catch breaking changes

6 lines (5 loc) 181 B
/** * Gets the current Git branch name. * Returns 'HEAD' if unable to determine the branch (e.g., in detached HEAD state). */ export declare function getCurrentBranch(): string;