import pathe from 'pathe' export type PosixPathModule = Omit const { toNamespacedPath, ...rest } = pathe export const path: PosixPathModule = { ...rest, }