mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Convert docs to docsy
This commit is contained in:
12
site/node_modules/fast-glob/package/out/utils/path.d.ts
generated
vendored
Normal file
12
site/node_modules/fast-glob/package/out/utils/path.d.ts
generated
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user