UNPKG

adio

Version:

Checks if the dependencies in package.json and in the actual code are synced.

7 lines (5 loc) 174 B
import { dirname } from "node:path"; import { fileURLToPath } from "node:url"; export const getDirname = currentFile => { return dirname(fileURLToPath(currentFile)); };