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

7 lines
174 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
export function trueCasePath(
filePath: string,
basePath?: string
): Promise<string>
export function trueCasePathSync(filePath: string, basePath?: string): string