/** * Makes a path relative using proper parsing * * Resulting path will apply the paths conventions * - no slash at the end * - no slash at the beginning * * NB: also works with relative paths */ export declare const makeRelative: (absolutePath: string, baseFolderPath: string) => string; //# sourceMappingURL=makeRelative.d.ts.map