UNPKG

@make-mjs/main

Version:
7 lines (6 loc) 324 B
import { StatFunc, ReadOptions, FilterFunc, File } from './types'; export declare const DEFAULT_FILTER_FUNC: FilterFunc; export declare const DEFAULT_DEEP_FUNC: FilterFunc; export declare const DEFAULT_STAT_FUNC: StatFunc; export declare function read(options: ReadOptions): AsyncGenerator<File, void>; export default read;