Skip to content

Commit 2a817d9

Browse files
authored
fix: correct return type (#5)
1 parent 957fbdf commit 2a817d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare const branchName: (options?: {
22
cwd?: string;
33
branchOptions?: string | string[];
4-
}) => boolean;
4+
}) => string | false;
55
export default branchName;

0 commit comments

Comments
 (0)