UNPKG
@actions/glob
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Actions glob lib
github.com/actions/toolkit/tree/main/packages/glob
actions/toolkit
@actions/glob
/
lib
/
internal-hash-files.d.ts
3 lines
(2 loc)
•
149 B
TypeScript
View Raw
1
2
3
import
{
Globber
}
from
'./glob'
;
export
declare
function
hashFiles
(
globber
:
Globber
,
currentWorkspace
:
string
,
verbose
?:
Boolean
):
Promise
<
string
>;