UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

7 lines (6 loc) 225 B
import { Syncable } from "../interface/syncable"; interface Options { filter?: (filepath: string) => Syncable<boolean>; } export declare function readdeepdir(dir: string, options?: Options): Promise<string[]>; export {};