Kind: Function
Normalize a file path: resolve and convert backslashes to forward slashes.
Signature
tsfunction normalizePath(filePath: string): string
Parameters
| Name | Type |
|---|---|
filePath | string |
Returns: string
Kind: Function
Normalize a file path: resolve and convert backslashes to forward slashes.
tsfunction normalizePath(filePath: string): string
| Name | Type |
|---|---|
filePath | string |
Returns: string
Was this page helpful?