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