UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
out
/
types
/
commands
/
registerBranch
/
getBranchName.d.ts
3 lines
•
171 B
TypeScript
View Raw
1
2
3
import
{
Branch
}
from
'../../typings/git'
;
export
declare
const
getBranchName
:
(
branch
:
Branch
) =>
[
string
, [
number
,
number
]];
//# sourceMappingURL=getBranchName.d.ts.map