.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / package / out / utils / path.d.ts
1 /**\r
2  * Returns «true» if the last partial of the path starting with a period.\r
3  */\r
4 export declare function isDotDirectory(filepath: string): boolean;\r
5 /**\r
6  * Convert a windows-like path to a unix-style path.\r
7  */\r
8 export declare function normalize(filepath: string): string;\r
9 /**\r
10  * Returns normalized absolute path of provided filepath.\r
11  */\r
12 export declare function makeAbsolute(cwd: string, filepath: string): string;\r