@stryke/path
Version:
A package containing various utilities that expand the functionality of NodeJs's built-in `path` module
14 lines (13 loc) • 839 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const require_correct_path = require('./correct-path.cjs');
exports.correctPath = require_correct_path.correctPath;
exports.fileURLToPath = require_correct_path.fileURLToPath;
exports.normalizeString = require_correct_path.normalizeString;
exports.normalizeWindowsPath = require_correct_path.normalizeWindowsPath;
exports.pathToFileURL = require_correct_path.pathToFileURL;
exports.pathToFileURLString = require_correct_path.pathToFileURLString;
exports.stripStars = require_correct_path.stripStars;
exports.toAbsolutePath = require_correct_path.toAbsolutePath;
exports.toRelativePath = require_correct_path.toRelativePath;
exports.withTrailingSlash = require_correct_path.withTrailingSlash;
exports.withoutTrailingSlash = require_correct_path.withoutTrailingSlash;