limepot-xyz/mybulma/node_modules/true-case-path/index.d.ts
2023-01-27 19:21:00 -07:00

6 lines
168 B
TypeScript

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