UNPKG

e2ed

Version:

E2E testing framework over Playwright

7 lines (6 loc) 158 B
/** * Default options for `readFile`/`readFileSync` function from `node:fs`. */ export declare const READ_FILE_OPTIONS: { readonly encoding: "utf8"; };