UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 248 B
import type { FilePathFromRoot } from '../../types/internal'; /** * Analogue of `fs.writeFile`, working on streams (to support large files). */ export declare const writeFile: (path: FilePathFromRoot, data: Uint8Array | string) => Promise<void>;