mkdirp()

in packages/ts2kt-automator/index.js [24:30]


    mkdirp(dest, function () {
      lib
        .installTypes(name)
        .then(() => lib.convertTypesToKotlin(name, dest))
        .catch(reject)
        .then(resolve);
    });