index.js 231 B

123456789
  1. import { fileURLToPath, URL } from 'url';
  2. /**
  3. * Path to CSS functions list JSON file.
  4. */
  5. const location = fileURLToPath(new URL('index.json', import.meta.url));
  6. export { location as default };
  7. //# sourceMappingURL=index.js.map