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

7 lines
168 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
export function trueCasePath(
filePath: string,
basePath?: string
): Promise<string>
export function trueCasePathSync(filePath: string, basePath?: string): string