@visulima/path
Version:
Drop-in replacement of the Node.js path module.
8 lines (5 loc) • 429 B
JavaScript
import { p as path } from './packem_shared/path-lU4hG9gZ.mjs';
export { b as basename, d as delimiter, a as dirname, e as extname, f as format, i as isAbsolute, j as join, m as matchesGlob, n as normalize, c as normalizeString, g as parse, r as relative, h as resolve, s as sep, t as toNamespacedPath } from './packem_shared/path-lU4hG9gZ.mjs';
const posix = path;
const win32 = path;
export { path as default, posix, win32 };