some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / package / out / utils / path.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/fast-glob/package/out/utils/path.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/fast-glob/package/out/utils/path.d.ts
deleted file mode 100644 (file)
index 36c14d0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/**\r
- * Returns «true» if the last partial of the path starting with a period.\r
- */\r
-export declare function isDotDirectory(filepath: string): boolean;\r
-/**\r
- * Convert a windows-like path to a unix-style path.\r
- */\r
-export declare function normalize(filepath: string): string;\r
-/**\r
- * Returns normalized absolute path of provided filepath.\r
- */\r
-export declare function makeAbsolute(cwd: string, filepath: string): string;\r