send-mail/node_modules/@actions/glob/lib/internal-search-state.d.ts

6 lines
138 B
TypeScript
Raw Normal View History

2021-06-22 19:18:21 +02:00
export declare class SearchState {
readonly path: string;
readonly level: number;
constructor(path: string, level: number);
}