$
This commit is contained in:
6
node_modules/true-case-path/index.d.ts
generated
vendored
Normal file
6
node_modules/true-case-path/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export function trueCasePath(
|
||||
filePath: string,
|
||||
basePath?: string
|
||||
): Promise<string>
|
||||
|
||||
export function trueCasePathSync(filePath: string, basePath?: string): string
|
Reference in New Issue
Block a user