path-existed-or-create
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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);

Dependents (1)

Package Sidebar

Install

npm i path-existed-or-create

Weekly Downloads

35

Version

1.1.2

License

MIT

Unpacked Size

3.36 kB

Total Files

6

Last publish

Collaborators

  • pierreneter