🌳
pt0/serverF/urlToPathF.mts
1import { fileURLToPath } from 'url'
3export const urlToPath = (url: string | URL) => fileURLToPath(url)