7 lines
168 B
TypeScript
Raw Normal View History

2023-09-09 09:39:30 +08:00
export function trueCasePath(
filePath: string,
basePath?: string
): Promise<string>
export function trueCasePathSync(filePath: string, basePath?: string): string