File size: 221 Bytes
3530df7
 
 
 
 
 
1
2
3
4
5
6
7
import { fileURLToPath } from "url";
import path from "path";

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore Dual package
export const dirname = path.dirname(fileURLToPath(import.meta.url));