UNPKG

fs-iterator

Version:

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

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