Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.32 KB

mkdirp-then

NPM version Build status Test coverage Dependency Status License Downloads

const mkdirp = require('mkdirp-then')

mkdirp('/tmp/some/path').then(() => {

})