UNPKG

@funny-ui/cli

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