mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-12 16:06:59 +08:00
glob (#268)
This commit is contained in:
9
packages/glob/src/internal-search-state.ts
Normal file
9
packages/glob/src/internal-search-state.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class SearchState {
|
||||
readonly path: string
|
||||
readonly level: number
|
||||
|
||||
constructor(path: string, level: number) {
|
||||
this.path = path
|
||||
this.level = level
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user