Skip to content

Commit 30c9bb9

Browse files
committed
Add type definitions
1 parent 49b5b8f commit 30c9bb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export function trueCasePath(filePath: string): Promise<string>
2+
3+
export function trueCasePathSync(filePath: string): string

0 commit comments

Comments
 (0)