flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
12
BACK_BACK/node_modules/fast-glob/package/out/utils/path.d.ts
generated
vendored
Executable file
12
BACK_BACK/node_modules/fast-glob/package/out/utils/path.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* Returns «true» if the last partial of the path starting with a period.
|
||||
*/
|
||||
export declare function isDotDirectory(filepath: string): boolean;
|
||||
/**
|
||||
* Convert a windows-like path to a unix-style path.
|
||||
*/
|
||||
export declare function normalize(filepath: string): string;
|
||||
/**
|
||||
* Returns normalized absolute path of provided filepath.
|
||||
*/
|
||||
export declare function makeAbsolute(cwd: string, filepath: string): string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue