UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
utils
/
getCurrentBranchRegistryData.d.ts
3 lines
•
217 B
TypeScript
View Raw
1
2
3
import
{
IRegistryData
}
from
'../commands/registerBranch/branchRegistry'
;
export
declare
const
getCurrentBranchRegistryData
:
() =>
IRegistryData
|
undefined
;
//# sourceMappingURL=getCurrentBranchRegistryData.d.ts.map