UNPKG
@em-cli/shared
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
0.5.4
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.2.1
0.2.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
脚手架工具方法包
@em-cli/shared
/
dist
/
download.d.ts
8 lines
(7 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 下载github仓库 *
@description
请确保下载的项目地址是 visibility 是 Public 状态 *
@example
download(`github:edisonLzy/em-template-lib`,dest) */
export
declare
const
download
:
Function
;
export
declare
const
downloadImg
:
(
url
:
string
) =>
Promise
<
string
>;