Files
30-seconds-of-code/node_modules/true-case-path/index.d.ts
2019-08-20 15:52:05 +02:00

7 lines
168 B
TypeScript

export function trueCasePath(
filePath: string,
basePath?: string
): Promise<string>
export function trueCasePathSync(filePath: string, basePath?: string): string