UNPKG

fs-iterator

Version:

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

2 lines (1 loc) 79 B
export default function filter(iterator: any, entry: any, callback: any): any;