UNPKG

@em-cli/shared

Version:

脚手架工具方法包

8 lines (7 loc) 283 B
/** * 下载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>;