UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 143 B
import type { Url } from '../../types/internal'; /** * Get current document url. */ export declare const getDocumentUrl: () => Promise<Url>;