'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;