mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-16 15:00:46 +00:00
feat: add @actions/cache
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Indicates whether a pattern matches a path
|
||||
*/
|
||||
export declare enum MatchKind {
|
||||
/** Not matched */
|
||||
None = 0,
|
||||
/** Matched if the path is a directory */
|
||||
Directory = 1,
|
||||
/** Matched if the path is a regular file */
|
||||
File = 2,
|
||||
/** Matched */
|
||||
All = 3
|
||||
}
|
||||
Reference in New Issue
Block a user