Skip to content

Instantly share code, notes, and snippets.

@vv13
Created October 15, 2023 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vv13/562deb352aa70ab8bf3eef78f6261af1 to your computer and use it in GitHub Desktop.
Save vv13/562deb352aa70ab8bf3eef78f6261af1 to your computer and use it in GitHub Desktop.
__dirname in ESModule
import { fileURLToPath } from "node:url"
export const __dirname = () => fileURLToPath(import.meta.url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment