UNPKG

parrier

Version:

This is a package that lists everything inside the provided "path" (or the full tree structure if "recurse" is set), asynchronously.

3 lines (2 loc) 121 B
import { IFile } from '../models'; export declare function getFileAsync(path: string, fileName: string): Promise<IFile>;