UNPKG

fsep

Version:

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

7 lines (4 loc) 99 B
'use strict' const Fs = require('fs'); const Lift = require('./lift') module.exports = Lift(Fs);