index.ts 100 B

123
  1. export async function waitForUrlEvent(timeoutMs?: number): Promise<string | null> {
  2. return null
  3. }