Preparing search index...
The search index is not available
@lzwme/fe-utils
@lzwme/fe-utils
index
tgzip
Function tgzip
tgzip
(
srcDir
:
string
,
dest
?:
string
,
includeDirName
?:
boolean
)
:
Promise
<
void
>
tar.gz 压缩。需添加依赖库
compressing
Parameters
srcDir
:
string
要压缩的目录路径
Optional
dest
:
string
压缩文件输出路径。若省略则默认使用 srcDir 压缩目录名
includeDirName
:
boolean
= false
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lzwme/fe-utils
Loading...
tar.gz 压缩。需添加依赖库
compressing