Files
discord-clone/node_modules/pathe/dist/index.cjs
2023-01-03 09:29:04 -06:00

21 lines
551 B
JavaScript

'use strict';
const path = require('./shared/pathe.7f7ac46d.cjs');
exports.basename = path.basename;
exports.delimiter = path.delimiter;
exports.dirname = path.dirname;
exports.extname = path.extname;
exports.format = path.format;
exports.isAbsolute = path.isAbsolute;
exports.join = path.join;
exports.normalize = path.normalize;
exports.normalizeString = path.normalizeString;
exports.parse = path.parse;
exports.relative = path.relative;
exports.resolve = path.resolve;
exports.sep = path.sep;
exports.toNamespacedPath = path.toNamespacedPath;