UNPKG

fs-iterator

Version:

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

10 lines (9 loc) 232 B
import type fs from 'fs'; declare const _default: { lstat: typeof fs.lstat; lstatReal: typeof fs.lstat; readdir: typeof fs.readdir; realpath: typeof fs.realpath; stat: typeof fs.stat; }; export default _default;