path-existed-or-create
v1.1.2
Published
> For Nodejs only
Downloads
523
Maintainers
Readme
path existed or create
For Nodejs only
install
yarn add path-existed-or-create
const pathExistedOrCreate = require("path-existed-or-create");
dirPath = "tempDir";
pathExistedOrCreate(dirPath);