ultraviolet/lib/index.js
2022-10-01 18:25:01 -04:00

5 lines
132 B
JavaScript

import { fileURLToPath } from 'url';
const uvPath = fileURLToPath(new URL('../dist/', import.meta.url));
module.exports = uvPath;