UNPKG

ut-tools

Version:

Build and Release management automation package.

10 lines (7 loc) 231 B
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