7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
export function trueCasePath(
|
|
filePath: string,
|
|
basePath?: string
|
|
): Promise<string>
|
|
|
|
export function trueCasePathSync(filePath: string, basePath?: string): string
|