All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.mkdirp.examples.pow.js Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
var mkdirp = require('mkdirp');

mkdirp('/tmp/foo/bar/baz', function (err) {
    if (err) console.error(err)
    else console.log('pow!')
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy