2.0.0 • Published 8 years ago
amkdirp v2.0.0
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.