UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

6 lines (5 loc) 176 B
import { dirname } from 'node:path'; import { getAbsFileName } from './getAbsFileName.js'; export function getDirname(metaURL) { return dirname(getAbsFileName(metaURL)); }