UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

7 lines (6 loc) 223 B
/** * Converts a file path to use POSIX forward slashes. * On Windows, `path.relative()` and similar return backslashes; * this utility normalizes them. */ export declare function toPosixPath(filePath: string): string;