diff --git a/index.js b/index.js index e69de29..d3b0dbd 100644 --- a/index.js +++ b/index.js @@ -0,0 +1,5 @@ +const path = require('path'); + +// const {} = require(path.join("..")); + +console.log(path.join("..")) \ No newline at end of file