@pakk/core
Version:
The core library of pakk, that can manage your package.json for library development.
9 lines (8 loc) • 307 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const node_url = require("node:url");
function toPath(urlOrPath) {
return urlOrPath instanceof URL ? node_url.fileURLToPath(urlOrPath) : urlOrPath;
}
exports.toPath = toPath;
//# sourceMappingURL=unicorn-magic.cjs.map