UNPKG

@valtech-commerce/fs

Version:

graceful-fs / fs-extra wrapper with goodies

13 lines (10 loc) 291 B
//-------------------------------------------------------- //-- File System //-------------------------------------------------------- 'use strict'; const FSAsync = require('./async'); const FSSync = require('./sync'); module.exports = { fsAsync: new FSAsync(), fsSync: new FSSync() };