ultraviolet/lib/index.cjs
David Reed 787f1b3796 .cjs
2022-10-01 18:37:00 -04:00

5 lines
132 B
JavaScript

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