UNPKG

@lewiswright/vitest-plugin-vis

Version:
7 lines 260 B
import { writeFile } from 'node:fs/promises'; export declare const file: { tryReadFile(filePath: string): Promise<Buffer | undefined>; writeFile: typeof writeFile; existFile(filePath: string): Promise<boolean>; }; //# sourceMappingURL=file.d.ts.map