UNPKG

xpm

Version:

The xPack project manager command line tool

8 lines (5 loc) 183 B
import {fileURLToPath} from 'node:url'; export function toPath(urlOrPath) { return urlOrPath instanceof URL ? fileURLToPath(urlOrPath) : urlOrPath; } export * from './default.js';