UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 196 B
import type { Selector } from '../types/internal'; /** * Removes all file paths from the specified file upload input. */ export declare const clearUpload: (selector: Selector) => Promise<void>;