@selize/utils - v1.1.0
Preparing search index...
hash/hashDir
hashDir
Function hashDir
hashDir
(
dirPath
:
string
,
options
?:
{
algorithm
?:
string
;
ext
?:
string
[]
;
ignoreDirs
?:
string
[]
;
ignoreFiles
?:
RegExp
;
}
,
)
:
Promise
<
string
>
递归计算整个目录的哈希
Parameters
dirPath
:
string
目录路径
options
:
{
algorithm
?:
string
;
ext
?:
string
[]
;
ignoreDirs
?:
string
[]
;
ignoreFiles
?:
RegExp
;
}
= ...
Returns
Promise
<
string
>
目录的哈希
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@selize/utils - v1.1.0
Loading...
递归计算整个目录的哈希