We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957fbdf commit 2a817d9Copy full SHA for 2a817d9
index.d.ts
@@ -1,5 +1,5 @@
1
declare const branchName: (options?: {
2
cwd?: string;
3
branchOptions?: string | string[];
4
-}) => boolean;
+}) => string | false;
5
export default branchName;
0 commit comments