UNPKG

@skypilot/scraper

Version:
7 lines (6 loc) 253 B
import type { ElementHandle } from 'playwright'; interface GetAttributeOptions { noTrim?: boolean; } export declare function getAttribute(elementHandle: ElementHandle, attr: string, options?: GetAttributeOptions): Promise<string | null>; export {};