mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 08:22:53 +00:00
10 lines
231 B
JavaScript
10 lines
231 B
JavaScript
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
|