UNPKG
react-scanner-orbit
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.3.3
1.3.1
1.3.0
Extract React components and props usage from code.
react-scanner-orbit
/
src
/
dirname.js
6 lines
(4 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ fileURLToPath }
from
"url"
;
import
path
from
"path"
;
const
__filename =
fileURLToPath
(
import
.
meta
.
url
);
export
const
__dirname = path.
dirname
(__filename);