setup-bun/node_modules/@actions/glob/lib/internal-search-state.d.ts
2022-07-12 09:00:22 +02:00

6 lines
138 B
TypeScript

export declare class SearchState {
readonly path: string;
readonly level: number;
constructor(path: string, level: number);
}