UNPKG

@funny-ui/cli

Version:
6 lines (4 loc) 125 B
import { fileURLToPath } from "url"; export function getDirname(url: string) { return fileURLToPath(new URL(".", url)); }