mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
export declare class SearchState {
|
|
readonly path: string;
|
|
readonly level: number;
|
|
constructor(path: string, level: number);
|
|
}
|