UNPKG
@idealworld/cli
Version:
latest (0.3.0)
0.3.0
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
Dew Serviceless CLI
github.com/ideal-world/dew-serviceless
ideal-world/dew-serviceless
@idealworld/cli
/
dist
/
util
/
GitHelper.d.ts
3 lines
•
201 B
TypeScript
View Raw
1
2
3
import
{
Response
}
from
"simple-git/typings/simple-git"
;
export
declare
function
clone
(
repoPath
:
string
,
localPath
:
string
,
depth
?:
number
):
Response
<
string
>;
//# sourceMappingURL=GitHelper.d.ts.map