UNPKG

@stryke/path

Version:

A package containing various utilities that expand the functionality of NodeJs's built-in `path` module

8 lines (7 loc) 182 B
/** * Replace backslash to slash * * @param path - The string to replace * @returns The string with replaced backslashes */ export declare function slash(path: string): string;