Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
13
node_modules/tiny-glob/sync.d.ts
generated
vendored
Normal file
13
node_modules/tiny-glob/sync.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
type Options = {
|
||||
cwd?: string;
|
||||
dot?: boolean;
|
||||
absolute?: boolean;
|
||||
filesOnly?: boolean;
|
||||
flush?: boolean;
|
||||
};
|
||||
|
||||
type FilePath = string;
|
||||
|
||||
declare function glob(str: string, opts?: Options): FilePath[];
|
||||
|
||||
export = glob;
|
||||
Loading…
Add table
Add a link
Reference in a new issue