UNPKG

200 BTypeScriptView Raw
1/// <reference types="node" />
2import * as fs from 'fs-extra';
3export declare function stat(p: string): Promise<fs.Stats | undefined>;
4export declare function readdir(dir: string): Promise<string[]>;