mkdirp as promised
Primary LanguageJavaScriptMIT LicenseMIT
const mkdirp = require('mkdirp-then') mkdirp('/tmp/some/path').then(() => { })