UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
out
/
types
/
commands
/
registerBranch
/
index.d.ts
4 lines
•
179 B
TypeScript
View Raw
1
2
3
4
export
interface
IRegisterBranchOptions
{ }
export
declare
const
registerBranchCommand
:
(
options
?:
IRegisterBranchOptions
) =>
Promise
<
unknown
>;
//# sourceMappingURL=index.d.ts.map