UNPKG

@pakk/core

Version:

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

1 lines 442 B
{"version":3,"file":"unicorn-magic.cjs","sources":["../src/unicorn-magic.js"],"sourcesContent":["import { fileURLToPath } from 'node:url';\n\n/**\n *\n * @param {string | URL} urlOrPath\n * @returns {string}\n */\nexport function toPath(urlOrPath) {\n\treturn urlOrPath instanceof URL ? fileURLToPath(urlOrPath) : urlOrPath;\n}\n"],"names":["fileURLToPath"],"mappings":";;;AAOO,SAAS,OAAO,WAAW;AACjC,SAAO,qBAAqB,MAAMA,uBAAc,SAAS,IAAI;AAC9D;;"}