UNPKG

webcapt

Version:

A simple cli to screen capture web pages and save them to disk as images or pdfs.

6 lines 202 B
export interface FsPort { exists(path: string): boolean; } export declare const nodeFs: FsPort; export declare const inMemoryFs: (existingPaths: string[]) => FsPort; //# sourceMappingURL=fs.d.ts.map