UNPKG

@stryke/path

Version:

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

9 lines (8 loc) 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.slash = slash; function slash(r) { return r.startsWith("\\\\?\\") ? r : r.replace(/\\/g, "/"); }