We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b5b8f commit 30c9bb9Copy full SHA for 30c9bb9
index.d.ts
@@ -0,0 +1,3 @@
1
+export function trueCasePath(filePath: string): Promise<string>
2
+
3
+export function trueCasePathSync(filePath: string): string
0 commit comments