let url = require("url"); //#region index.js /** * Path to CSS functions list JSON file. */ const location = (0, url.fileURLToPath)(new url.URL("index.json", require("url").pathToFileURL(__filename).href)); //#endregion module.exports = location; //# sourceMappingURL=index.cjs.map