create project
This commit is contained in:
13
kitabcitab/node_modules/tiny-glob/sync.d.ts
generated
vendored
Normal file
13
kitabcitab/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;
|
||||
Reference in New Issue
Block a user