We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pj => path.join($1) pr => path.resolve($1) pdr => path.resolve(__dirname, $1)
pj
path.join($1)
pr
path.resolve($1)
pdr
path.resolve(__dirname, $1)
...etc!