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-search-state.d.ts
6 lines
(5 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
SearchState
{
readonly
path
:
string
;
readonly
level
:
number
;
constructor
(
path
:
string
,
level
:
number
); }