index.js 413 B

1234567891011
  1. 'use strict';
  2. var url = require('url');
  3. /**
  4. * Path to CSS functions list JSON file.
  5. */
  6. const location = url.fileURLToPath(new url.URL('index.json', (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('index.js', document.baseURI).href))));
  7. module.exports = location;
  8. //# sourceMappingURL=index.js.map