blob: 2d7d5d870a92a3f69222ddd7028303e87a79a7c1 [file] [edit]
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