UNPKG

@pakk/core

Version:

The core library of pakk, that can manage your package.json for library development.

9 lines (8 loc) 210 B
import { fileURLToPath } from "node:url"; function toPath(urlOrPath) { return urlOrPath instanceof URL ? fileURLToPath(urlOrPath) : urlOrPath; } export { toPath }; //# sourceMappingURL=unicorn-magic.js.map