Actualizacion maquina principal
[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
new file mode 100644 (file)
index 0000000..36c14d0
--- /dev/null
@@ -0,0 +1,12 @@
+/**\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