Last active
July 24, 2023 18:23
-
-
Save Lokua/b88fb2221ace81dc5ae5084f8cdd610e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { dirname } from 'path' | |
import { fileURLToPath } from 'url' | |
export const getDirname = (importMetaUrl) => | |
dirname(fileURLToPath(importMetaUrl)) | |
// use as `getDirname(import.meta.url)` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment