UNPKG

fs-iterator

Version:

A file system iterator with filter and asyncIterator iterafaces. Supports Node 0.10 and above

6 lines (5 loc) 175 B
import fs from 'fs'; function statAddOptions(path, _options, callback) { return fs.stat(path, callback); } export default fs.stat.length === 3 ? fs.stat : statAddOptions;