mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-23 22:40:45 +00:00
feat: add @actions/cache
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export declare class SearchState {
|
||||
readonly path: string;
|
||||
readonly level: number;
|
||||
constructor(path: string, level: number);
|
||||
}
|
||||
Reference in New Issue
Block a user