UNPKG
@sprit/console-tag
Version:
latest (1.0.1)
1.0.1

github.com/fantian007/console-tag
fantian007/console-tag
@sprit/console-tag
/
dist
/
helpers
/
git
/
run-git-command.d.ts
6 lines
(5 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
interface
Cb
{ (
err
:
Error
|
null
,
output
:
string
):
void
; }
export
default
function
(
gitWorkTree
:
string
|
undefined
,
command
:
string
,
callback
?:
Cb
):
string
|
null
;
export
{};