Licence
MIT
Version
2.0.0
Deps
1
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
amkdirp
Asynchroms mkdirp
Installation
$ npm install amkdirp --save
Usage
'use strict'
const amkdirp = require('amkdirp')
async function tryExample () {
await amkdirp('tmp/foo/bar')
}
tryExample()
License
This software is released under the MIT License.