setup-bun/node_modules/@actions/glob/lib/internal-search-state.d.ts

6 lines
138 B
TypeScript
Raw Normal View History

2022-07-12 09:00:22 +02:00
export declare class SearchState {
readonly path: string;
readonly level: number;
constructor(path: string, level: number);
}