UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 180 B
/** * Get random id string like `"2021-04-21T20:24:19.937Z-30def025-8cb7-4f1e-b38d-2ad76a3b4815"`. */ export declare const getRandomId: <Type extends string = string>() => Type;