UNPKG

path-existed-or-create

Version:
18 lines (11 loc) 228 B
# path existed or create > For Nodejs only ## install ```bash yarn add path-existed-or-create ``` ```js const pathExistedOrCreate = require("path-existed-or-create"); dirPath = "tempDir"; pathExistedOrCreate(dirPath); ```