UNPKG

posthtml-relative-paths

Version:

Convert the absolute paths in HTML files to relative paths

4 lines (3 loc) 174 B
export declare function toPosixPath(path: string): string; export declare function prependDot(path: string): string; export declare function removeDot(path: string): string;