securityos/node_modules/css-functions-list/esm/index.js

10 lines
231 B
JavaScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
import { fileURLToPath, URL } from 'url';
/**
* Path to CSS functions list JSON file.
*/
const location = fileURLToPath(new URL('index.json', import.meta.url));
export { location as default };
//# sourceMappingURL=index.js.map