UNPKG

unicorn-magic

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