import { URL, fileURLToPath } from "url"; //#region index.js /** * Path to CSS functions list JSON file. */ const location = fileURLToPath(new URL("index.json", import.meta.url)); //#endregion export { location as default }; //# sourceMappingURL=index.js.map