Update checked-in dependencies
This commit is contained in:
parent
a8ade63a2f
commit
452ffd6e8e
3120 changed files with 20845 additions and 14941 deletions
1
node_modules/tinyglobby/dist/index.d.mts
generated
vendored
1
node_modules/tinyglobby/dist/index.d.mts
generated
vendored
|
|
@ -16,6 +16,7 @@ interface GlobOptions {
|
|||
expandDirectories?: boolean;
|
||||
onlyDirectories?: boolean;
|
||||
onlyFiles?: boolean;
|
||||
debug?: boolean;
|
||||
}
|
||||
declare function glob(patterns: string | string[], options?: Omit<GlobOptions, 'patterns'>): Promise<string[]>;
|
||||
declare function glob(options: GlobOptions): Promise<string[]>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue