hexo/node_modules/true-case-path/index.d.ts

7 lines
174 B
TypeScript

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