UNPKG

fsep

Version:

Fsep is a library that promisifies the native node FS operation and brings extras into the mix.

8 lines (5 loc) 130 B
'use strict'; const Mkdirs = require('./mkdirs'); module.exports = async function () { await Mkdirs.apply(this, arguments); };