UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 124 B
/** * Get file size in MB by size in bytes. */ export declare const getFileSizeInMb: (fileSizeInBytes: number) => string;