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

6 lines
138 B
TypeScript
Raw Normal View History

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