UNPKG

fs-iterator

Version:

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

3 lines (2 loc) 112 B
import type { Entry } from '../types.js'; export default function createEntry(iterator: any, item: any): Entry;