UNPKG

fsep

Version:

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

7 lines (4 loc) 117 B
'use strict'; const Fs = require('fs'); const Util = require('util'); module.exports = Util.promisify(Fs.readdir);